Class GroovyScriptAddRepoPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.jcr.ext.script.groovy.GroovyScriptAddRepoPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class GroovyScriptAddRepoPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Version:
$Id$
Author:
Andrey Parfonov
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovyScriptAddRepoPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.jcr.RepositoryService repoService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroovyScriptAddRepoPlugin

      public GroovyScriptAddRepoPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.jcr.RepositoryService repoService)
  • Method Details