org.crsh.plugin
Class PluginLifeCycle

java.lang.Object
  extended by org.crsh.plugin.PluginLifeCycle
Direct Known Subclasses:
Bootstrap, WebPluginLifeCycle

public abstract class PluginLifeCycle
extends Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
protected  org.slf4j.Logger log
          .
 
Constructor Summary
PluginLifeCycle()
           
 
Method Summary
 PluginContext getContext()
           
 void start(PluginContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log
.

Constructor Detail

PluginLifeCycle

public PluginLifeCycle()
Method Detail

getContext

public PluginContext getContext()

start

public final void start(PluginContext context)

stop

public final void stop()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.