Class GroovyScript2RestLoaderPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestLoaderPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class GroovyScript2RestLoaderPlugin extends org.exoplatform.container.component.BaseComponentPlugin- Version:
- $Id: GroovyScript2RestLoaderPlugin.java 34445 2009-07-24 07:51:18Z dkatayev $
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description GroovyScript2RestLoaderPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.jcr.RepositoryService repoServiceo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNode()StringgetRepository()Get working repository name.StringgetWorkspace()List<XMLGroovyScript2Rest>getXMLConfigs()
-
-
-
Method Detail
-
getXMLConfigs
public List<XMLGroovyScript2Rest> getXMLConfigs()
-
getRepository
public String getRepository()
Get working repository name. Returns the repository name from configuration if it previously configured and returns the name of current repository in other case.- Returns:
- String repository name
-
getWorkspace
public String getWorkspace()
- Returns:
- the workspace
-
getNode
public String getNode()
- Returns:
- the node
-
-