|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.classworlds.uberjar.boot.Bootstrapper
Bootstrapping entry-point.
The Bootstrapper
is to be used for standalone jars
which carry all dependency jars within them. The layout for
the dependency jar should be similar to:
myjar/ classworlds.conf org/ codehaus/ classworlds/ boot/ protocol/ lib/ myapp.jar depOne.jar depTwo.jar
Field Summary | |
static java.lang.String |
LAUNCHER_CLASS_NAME
Main classworlds entry class. |
Constructor Summary | |
Bootstrapper(java.lang.String[] args)
Construct. |
Method Summary | |
void |
bootstrap()
Perform bootstrap. |
protected java.lang.ClassLoader |
getInitialClassLoader()
Retrieve the initial bootstrapping ClassLoader . |
static void |
main(java.lang.String[] args)
Main entry-point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LAUNCHER_CLASS_NAME
Constructor Detail |
public Bootstrapper(java.lang.String[] args) throws java.lang.Exception
args
- Command-line arguments.
java.lang.Exception
- If an error occurs attempting to perform
bootstrap initialization.Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command-line arguments.
java.lang.Exception
- If an error occurs.protected java.lang.ClassLoader getInitialClassLoader()
ClassLoader
.
public void bootstrap() throws java.lang.Exception
java.lang.Exception
- If an error occurs while bootstrapping.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |