|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crsh.plugin.PluginLifeCycle
org.crsh.standalone.Bootstrap
public class Bootstrap
Field Summary | |
---|---|
private Map<String,?> |
attributes
The attributes. |
private ClassLoader |
baseLoader
The base classloader. |
private List<File> |
cmds
The mounted path on the file system. |
private List<File> |
confs
The mounted path on the file system. |
private List<File> |
jars
The class path. |
protected org.slf4j.Logger |
log
. |
Constructor Summary | |
---|---|
Bootstrap(ClassLoader baseLoader)
|
Method Summary | |
---|---|
Bootstrap |
addCmdPath(File file)
|
Bootstrap |
addConfPath(File file)
|
Bootstrap |
addJarPath(File file)
|
void |
bootstrap()
|
void |
setAttributes(Map<String,?> attributes)
|
void |
shutdown()
|
Methods inherited from class org.crsh.plugin.PluginLifeCycle |
---|
getConfig, getContext, setConfig, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.slf4j.Logger log
private List<File> cmds
private List<File> confs
private List<File> jars
private ClassLoader baseLoader
private Map<String,?> attributes
Constructor Detail |
---|
public Bootstrap(ClassLoader baseLoader) throws NullPointerException
NullPointerException
Method Detail |
---|
public void setAttributes(Map<String,?> attributes)
public Bootstrap addConfPath(File file)
public Bootstrap addCmdPath(File file)
public Bootstrap addJarPath(File file)
public void bootstrap() throws Exception
Exception
public void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |