org.crsh.standalone
Class Bootstrap

java.lang.Object
  extended by org.crsh.plugin.PluginLifeCycle
      extended by org.crsh.standalone.Bootstrap

public class Bootstrap
extends PluginLifeCycle

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.crsh.plugin.PluginLifeCycle
log
 
Constructor Summary
Bootstrap(ClassLoader classLoader)
           
 
Method Summary
 void bootstrap()
           
 PluginDiscovery getDiscovery()
           
 FS getFileSystem()
           
 void setDiscovery(PluginDiscovery discovery)
           
 void setFileSystem(FS fileSystem)
           
 void shutdown()
           
 
Methods inherited from class org.crsh.plugin.PluginLifeCycle
getContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap(ClassLoader classLoader)
          throws Exception
Throws:
Exception
Method Detail

getDiscovery

public PluginDiscovery getDiscovery()

setDiscovery

public void setDiscovery(PluginDiscovery discovery)

getFileSystem

public FS getFileSystem()

setFileSystem

public void setFileSystem(FS fileSystem)

bootstrap

public void bootstrap()
               throws Exception
Throws:
Exception

shutdown

public void shutdown()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.