|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.classworlds.uberjar.boot.Bootstrapper
public class Bootstrapper
Bootstrapping entry-point.
TheBootstrapper 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 String |
LAUNCHER_CLASS_NAME
Main classworlds entry class. |
| Constructor Summary | |
|---|---|
Bootstrapper(String[] args)
Construct. |
|
| Method Summary | |
|---|---|
void |
bootstrap()
Perform bootstrap. |
protected ClassLoader |
getInitialClassLoader()
Retrieve the initial bootstrapping ClassLoader. |
static void |
main(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 String LAUNCHER_CLASS_NAME
| Constructor Detail |
|---|
public Bootstrapper(String[] args)
throws Exception
args - Command-line arguments.
Exception - If an error occurs attempting to perform
bootstrap initialization.| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - Command-line arguments.
Exception - If an error occurs.protected ClassLoader getInitialClassLoader()
ClassLoader.
public void bootstrap()
throws Exception
Exception - If an error occurs while bootstrapping.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||