org.crsh.jcr
Class ExoPlugin

java.lang.Object
  extended by org.crsh.plugin.CRaSHPlugin<T>
      extended by org.crsh.jcr.JCRPlugin<ExoPlugin>
          extended by org.crsh.jcr.ExoPlugin

public class ExoPlugin
extends JCRPlugin<ExoPlugin>


Field Summary
 
Fields inherited from class org.crsh.plugin.CRaSHPlugin
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log
 
Constructor Summary
ExoPlugin()
           
 
Method Summary
 String getDisplayName()
           
 ExoPlugin getImplementation()
          Returns the implementation.
 String getName()
           
 javax.jcr.Repository getRepository(Map<String,String> properties)
           
 String getUsage()
           
 
Methods inherited from class org.crsh.jcr.JCRPlugin
findRepositories, findRepository, getNodeClassNames, init
 
Methods inherited from class org.crsh.plugin.CRaSHPlugin
createConfigurationCapabilities, destroy, getConfigurationCapabilities, getContext, getStatus, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExoPlugin

public ExoPlugin()
Method Detail

getName

public String getName()
Specified by:
getName in class JCRPlugin<ExoPlugin>

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class JCRPlugin<ExoPlugin>

getUsage

public String getUsage()
Specified by:
getUsage in class JCRPlugin<ExoPlugin>

getImplementation

public ExoPlugin getImplementation()
Description copied from class: CRaSHPlugin
Returns the implementation.

Specified by:
getImplementation in class CRaSHPlugin<ExoPlugin>
Returns:
the implementation

getRepository

public javax.jcr.Repository getRepository(Map<String,String> properties)
                                   throws Exception
Specified by:
getRepository in class JCRPlugin<ExoPlugin>
Throws:
Exception


Copyright © 2014 eXo Platform SAS. All Rights Reserved.