org.crsh.telnet
Class TelnetPlugin

java.lang.Object
  extended by org.crsh.plugin.CRaSHPlugin<TelnetPlugin>
      extended by org.crsh.telnet.TelnetPlugin

public class TelnetPlugin
extends CRaSHPlugin<TelnetPlugin>


Field Summary
private  TelnetLifeCycle lifeCycle
          .
static PropertyDescriptor<Integer> TELNET_PORT
          .
 
Fields inherited from class org.crsh.plugin.CRaSHPlugin
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log
 
Constructor Summary
TelnetPlugin()
           
 
Method Summary
protected  Iterable<PropertyDescriptor<?>> createConfigurationCapabilities()
          Returns a list of PropertyDescriptor this plugin requires for its configuration.
 void destroy()
          Implement this method to know about destroy life cycle callback.
 TelnetPlugin getImplementation()
          Returns the implementation.
 void init()
          Implement this method to know about init life cycle callback.
 
Methods inherited from class org.crsh.plugin.CRaSHPlugin
getConfigurationCapabilities, getContext, getStatus, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TELNET_PORT

public static final PropertyDescriptor<Integer> TELNET_PORT
.


lifeCycle

private TelnetLifeCycle lifeCycle
.

Constructor Detail

TelnetPlugin

public TelnetPlugin()
Method Detail

getImplementation

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

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

createConfigurationCapabilities

protected Iterable<PropertyDescriptor<?>> createConfigurationCapabilities()
Description copied from class: CRaSHPlugin
Returns a list of PropertyDescriptor this plugin requires for its configuration.

Overrides:
createConfigurationCapabilities in class CRaSHPlugin<TelnetPlugin>
Returns:
the configuration capabilities

init

public void init()
Description copied from class: CRaSHPlugin
Implement this method to know about init life cycle callback.

Overrides:
init in class CRaSHPlugin<TelnetPlugin>

destroy

public void destroy()
Description copied from class: CRaSHPlugin
Implement this method to know about destroy life cycle callback.

Overrides:
destroy in class CRaSHPlugin<TelnetPlugin>


Copyright © 2015 eXo Platform SAS. All Rights Reserved.