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
- .
mounts
private List<File> mounts
- The mounted path on the file system.
classPath
private List<File> classPath
- The class path.
baseLoader
private ClassLoader baseLoader
- The base classloader.
Bootstrap
public Bootstrap(ClassLoader baseLoader)
throws NullPointerException
- Throws:
NullPointerException
addToMounts
public Bootstrap addToMounts(File file)
addToClassPath
public Bootstrap addToClassPath(File file)
bootstrap
public void bootstrap()
throws Exception
- Throws:
Exception
shutdown
public void shutdown()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.