Class Bootstrapper
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
- Version:
- $Id: Bootstrapper.java 78 2004-07-01 13:59:13Z jvanzyl $
- Author:
- Jason van Zyl, bob mcwhirter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String[]Command-line args.private InitialClassLoaderInitial bootstrapping classloader.static final StringMain classworlds entry class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPerform bootstrap.protected ClassLoaderRetrieve the initial bootstrappingClassLoader.static voidMain entry-point.
-
Field Details
-
LAUNCHER_CLASS_NAME
-
args
Command-line args. -
classLoader
Initial bootstrapping classloader.
-
-
Constructor Details
-
Bootstrapper
-
-
Method Details
-
main
-
getInitialClassLoader
Retrieve the initial bootstrappingClassLoader.- Returns:
- The classloader.
-
bootstrap
-