Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
R
S
W
A
addClassPath(ClassLoader)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds the classpath of the specified classloader instance.
addContextClassPath()
- Method in class com.gridsystems.launcher.
CLBuilder
Adds the classpath of the current context classloader.
addDir(File)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds the specified directory to the classpath.
addDir(String)
- Method in class com.gridsystems.launcher.
Launcher
Adds a single directory to the classpath.
addFile(File)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds the specified file to the classpath.
addFile(String)
- Method in class com.gridsystems.launcher.
Launcher
Adds a single file to the classpath.
addJars(File, boolean)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds all jar files in the specified directory to the classpath.
addJars(String, boolean)
- Method in class com.gridsystems.launcher.
Launcher
Adds all jars in the specified directory to the classpath.
addUrl(URL)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds a single URL to the path set.
addUrl(String)
- Method in class com.gridsystems.launcher.
Launcher
Adds a single URL to the classpath.
addUrl(URL)
- Method in class com.gridsystems.launcher.
Launcher
Adds a single URL to the classpath.
addWar(File)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds a war to the classpath.
addWar(String)
- Method in class com.gridsystems.launcher.
Launcher
Adds a war packed web application to the classpath.
addWebApp(File)
- Method in class com.gridsystems.launcher.
CLBuilder
Adds
WEB-INF/classes
and
WEB-INF/lib/*.jar
to the classpath.
addWebApp(String)
- Method in class com.gridsystems.launcher.
Launcher
Adds a web application to the classpath.
C
CLBuilder
- Class in
com.gridsystems.launcher
Builds an URLClassLoader with a "dynamically" constructed classpath.
CLBuilder()
- Constructor for class com.gridsystems.launcher.
CLBuilder
Creates a new instance with null parent class loader.
CLBuilder(ClassLoader)
- Constructor for class com.gridsystems.launcher.
CLBuilder
Creates a new instance with the specified class loader.
com.gridsystems.launcher
- package com.gridsystems.launcher
D
doInherit()
- Method in class com.gridsystems.launcher.
Launcher
Makes the generated classloader to be a child of the current context classloader.
E
endElement(String, String, String)
- Method in class com.gridsystems.launcher.
Launcher
error(SAXParseException)
- Method in class com.gridsystems.launcher.
Launcher
F
fatalError(SAXParseException)
- Method in class com.gridsystems.launcher.
Launcher
G
getBaseDir()
- Method in class com.gridsystems.launcher.
Launcher
Gets the base directory for all relative paths.
getClassLoader()
- Method in class com.gridsystems.launcher.
CLBuilder
Constructs a classloader with the current classpath.
I
invoke(String, String, Class[], Object[])
- Method in class com.gridsystems.launcher.
CLBuilder
Invokes the specified method within the context of the currently built classloader.
L
launch(String[])
- Method in class com.gridsystems.launcher.
Launcher
Executes the configured class and method, passing it the specified arguments, into the built class loader.
Launcher
- Class in
com.gridsystems.launcher
Allows the execution of a java application within a custom classloader.
Launcher()
- Constructor for class com.gridsystems.launcher.
Launcher
Empty constructor.
LaunchException
- Exception in
com.gridsystems.launcher
Exceptions thrown on errors during
Launcher.launch()
calls.
LaunchException(String, Throwable)
- Constructor for exception com.gridsystems.launcher.
LaunchException
Default constructor.
loadProperties(String)
- Method in class com.gridsystems.launcher.
Launcher
Loads all properties from the specified file path and adds them as system properties.
M
main(String[])
- Static method in class com.gridsystems.launcher.
Launcher
Starts the launcher in "stand-alone" mode.
R
resolveEntity(String, String)
- Method in class com.gridsystems.launcher.
Launcher
S
setBaseDir(File)
- Method in class com.gridsystems.launcher.
Launcher
Sets the base directory.
setClassName(String)
- Method in class com.gridsystems.launcher.
Launcher
Sets the name of the class to execute.
setMethodName(String)
- Method in class com.gridsystems.launcher.
Launcher
Sets the name of the method to execute.
setParent(ClassLoader)
- Method in class com.gridsystems.launcher.
CLBuilder
Sets the parent classloader.
startElement(String, String, String, Attributes)
- Method in class com.gridsystems.launcher.
Launcher
W
warning(SAXParseException)
- Method in class com.gridsystems.launcher.
Launcher
A
C
D
E
F
G
I
L
M
R
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2008
Grid Systems, S.A.
. All Rights Reserved.