org.crsh.lang.impl.script
Class ScriptLanguage

java.lang.Object
  extended by org.crsh.plugin.CRaSHPlugin<Language>
      extended by org.crsh.lang.impl.script.ScriptLanguage

public class ScriptLanguage
extends CRaSHPlugin<Language>

Author:
Julien Viet

Field Summary
 
Fields inherited from class org.crsh.plugin.CRaSHPlugin
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log
 
Constructor Summary
ScriptLanguage()
           
 
Method Summary
 Language getImplementation()
          Returns the implementation.
 
Methods inherited from class org.crsh.plugin.CRaSHPlugin
createConfigurationCapabilities, destroy, getConfigurationCapabilities, getContext, getStatus, getType, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptLanguage

public ScriptLanguage()
Method Detail

getImplementation

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

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


Copyright © 2015 eXo Platform SAS. All Rights Reserved.