org.crsh.standalone
Class Bootstrap
java.lang.Object
org.crsh.plugin.PluginLifeCycle
org.crsh.standalone.Bootstrap
public class Bootstrap
- extends PluginLifeCycle
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.slf4j.Logger log
- .
bins
private List<File> bins
- The mounted path on the file system.
confs
private List<File> confs
- The mounted path on the file system.
jars
private List<File> jars
- The class path.
baseLoader
private ClassLoader baseLoader
- The base classloader.
Bootstrap
public Bootstrap(ClassLoader baseLoader)
throws NullPointerException
- Throws:
NullPointerException
addConfPath
public Bootstrap addConfPath(File file)
addCmdPath
public Bootstrap addCmdPath(File file)
addJarPath
public Bootstrap addJarPath(File file)
bootstrap
public void bootstrap()
throws Exception
- Throws:
Exception
shutdown
public void shutdown()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.