A C D E F G H I J K L M O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addArg(ConditionalArgument) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested arg element.
- addArg(ConditionalArgument) - Method in class org.apache.commons.launcher.types.ArgumentSet
-
Add a
ConditionalArgument
. - addArgset(ArgumentSet) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested argset element.
- addArgset(ArgumentSet) - Method in class org.apache.commons.launcher.types.ArgumentSet
-
Add a
ArgumentSet
. - addConditionalargument(ConditionalArgument) - Method in class org.apache.commons.launcher.types.ConditionalArgumentSet
-
Add a
ConditionalArgument
. - addConditionalargumentset(ConditionalArgumentSet) - Method in class org.apache.commons.launcher.types.ConditionalArgumentSet
-
Add a
ConditionalArgumentSet
. - addConditionalvariable(ConditionalVariable) - Method in class org.apache.commons.launcher.types.ConditionalVariableSet
-
Add a
ConditionalVariable
. - addConditionalvariableset(ConditionalVariableSet) - Method in class org.apache.commons.launcher.types.ConditionalVariableSet
-
Add a
ConditionalVariableSet
. - addJvmarg(ConditionalArgument) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested jvmarg element.
- addJvmarg(ConditionalArgument) - Method in class org.apache.commons.launcher.types.JVMArgumentSet
-
Add a
ConditionalArgument
. - addJvmargset(JVMArgumentSet) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested jvmargset element.
- addJvmargset(JVMArgumentSet) - Method in class org.apache.commons.launcher.types.JVMArgumentSet
-
Add a
JVMArgumentSet
. - addSysproperty(ConditionalVariable) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested sysproperty element.
- addSysproperty(ConditionalVariable) - Method in class org.apache.commons.launcher.types.SysPropertySet
-
Add a
ConditionalVariable
. - addSyspropertyset(SysPropertySet) - Method in class org.apache.commons.launcher.LaunchTask
-
Add a nested syspropertyset element.
- addSyspropertyset(SysPropertySet) - Method in class org.apache.commons.launcher.types.SysPropertySet
-
Add a
SysPropertySet
. - APPEND_OUTPUT_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The appendOutput system property name.
- ARG_PROP_NAME - Static variable in class org.apache.commons.launcher.LaunchTask
-
The argument property name.
- ArgumentSet - Class in org.apache.commons.launcher.types
-
A class that represents a set of nested
elements. - ArgumentSet() - Constructor for class org.apache.commons.launcher.types.ArgumentSet
C
- ChildMain - Class in org.apache.commons.launcher
-
A wrapper class that invokes another class'
main(String[])
. - ConditionalArgument - Class in org.apache.commons.launcher.types
-
A class that represents nested
or elements. - ConditionalArgument() - Constructor for class org.apache.commons.launcher.types.ConditionalArgument
- ConditionalArgumentSet - Class in org.apache.commons.launcher.types
-
A class that represents a set of nested elements of
ConditionalArgument
objects. - ConditionalArgumentSet() - Constructor for class org.apache.commons.launcher.types.ConditionalArgumentSet
- ConditionalVariable - Class in org.apache.commons.launcher.types
-
A class that represents nested
or elements. - ConditionalVariable() - Constructor for class org.apache.commons.launcher.types.ConditionalVariable
- ConditionalVariableSet - Class in org.apache.commons.launcher.types
-
A class that represents a set of nested elements of
ConditionalVariable
objects. - ConditionalVariableSet() - Constructor for class org.apache.commons.launcher.types.ConditionalVariableSet
- createClasspath() - Method in class org.apache.commons.launcher.LaunchTask
-
Create a nested classpath element.
- createFilterclasspath() - Method in class org.apache.commons.launcher.LaunchTask
-
Create a nested filter classpath element.
D
- DISPLAY_MINIMIZED_WINDOW_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The displayMiminizedWindow system property name.
- DISPOSE_MINIMIZED_WINDOW_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The disposeMiminizedWindow system property name.
E
- error(String, boolean) - Static method in class org.apache.commons.launcher.Launcher
-
Print a detailed error message and exit.
- error(Throwable) - Static method in class org.apache.commons.launcher.Launcher
-
Print a detailed error message and exit.
- EXECUTABLE_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The executableName system property name.
- execute() - Method in class org.apache.commons.launcher.LaunchTask
-
Construct a Java command and execute it using the settings that Ant parsed from the Launcher's XML file.
- ExitOnErrorThreadGroup - Class in org.apache.commons.launcher
-
A class that subclasses the
ThreadGroup
class. - ExitOnErrorThreadGroup(String) - Constructor for class org.apache.commons.launcher.ExitOnErrorThreadGroup
-
Constructs a new thread group.
F
- filter(LaunchCommand) - Method in interface org.apache.commons.launcher.LaunchFilter
-
Perform error checking and editing of the JVM command line arguments that an instance of the
LaunchTask
class has constructed.
G
- getAppendoutput() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the appendOutput flag.
- getArgs() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the list of nested arg elements.
- getBootstrapDir() - Static method in class org.apache.commons.launcher.Launcher
-
Get the canonical directory of the class or jar file that this class was loaded.
- getBootstrapFile() - Static method in class org.apache.commons.launcher.Launcher
-
Get the canonical directory or jar file that this class was loaded from.
- getChildProcesses() - Static method in class org.apache.commons.launcher.LaunchTask
-
Get the synchronous child processes for all instances of this class.
- getClassname() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the class name.
- getClasspath() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the classpath.
- getDebug() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the debug flag.
- getDisplayminimizedwindow() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the displayMinimizedWindow flag.
- getDisposeminimizedwindow() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the disposeMinimizedWindow flag.
- getFailonerror() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the failOnError flag.
- getIf() - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Get the "if" condition flag.
- getIf() - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Get the "if" condition flag.
- getJavaCommand() - Static method in class org.apache.commons.launcher.Launcher
-
Get the full path of the Java command to execute.
- getJDBCommand() - Static method in class org.apache.commons.launcher.Launcher
-
Get the full path of the JDB command to execute.
- getJvmargs() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the list of nested jvmarg elements.
- getKey() - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Get the key.
- getList() - Method in class org.apache.commons.launcher.types.ConditionalArgumentSet
-
Get
ConditionalArgument
instances. - getList() - Method in class org.apache.commons.launcher.types.ConditionalVariableSet
-
Get
ConditionalVariable
instances. - getLocalizedString(String) - Static method in class org.apache.commons.launcher.Launcher
-
Get a localized property.
- getLocalizedString(String, String) - Static method in class org.apache.commons.launcher.Launcher
-
Get a localized property.
- getLog() - Static method in class org.apache.commons.launcher.Launcher
-
Get the PrintStream that all output should printed to.
- getMinimizedwindowicon() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the icon file for the minimized window that will be displayed in the Windows taskbar.
- getMinimizedwindowtitle() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the title for the minimized window that will be displayed in the Windows taskbar.
- getOutput() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the file that the child JVM's System.out and System.err will be redirected to.
- getParts() - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Get a single command line argument.
- getPrint() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the print flag.
- getRedirectoutput() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the redirect flag.
- getRequiretools() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the requireTools flag.
- getSysproperties() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the list of nested sysproperty elements.
- getToolsClasspath() - Static method in class org.apache.commons.launcher.Launcher
-
Set the classpath to the current JVM's tools classes.
- getUnless() - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Get the "unless" condition flag.
- getUnless() - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Get the "unless" condition flag.
- getUsesystemin() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the useSystemIn flag.
- getValue() - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Get the value.
- getWaitforchild() - Method in class org.apache.commons.launcher.LaunchCommand
-
Get the waitForChild flag.
H
- HEARTBEAT_FILE_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The heartbeatFile system property name.
I
- isStarted() - Static method in class org.apache.commons.launcher.Launcher
-
Get the started flag.
- isStopped() - Static method in class org.apache.commons.launcher.Launcher
-
Get the stopped flag.
J
- JVMArgumentSet - Class in org.apache.commons.launcher.types
-
A class that represents a set of nested
elements. - JVMArgumentSet() - Constructor for class org.apache.commons.launcher.types.JVMArgumentSet
K
- killChildProcesses() - Static method in class org.apache.commons.launcher.Launcher
-
Iterate through the list of synchronous child process launched by all of the
LaunchTask
instances.
L
- LaunchCommand - Class in org.apache.commons.launcher
-
A class that represents the holds the various argument types that are used in a Java command.
- LaunchCommand() - Constructor for class org.apache.commons.launcher.LaunchCommand
- Launcher - Class in org.apache.commons.launcher
-
A class that is used to launch a Java process.
- Launcher() - Constructor for class org.apache.commons.launcher.Launcher
- LaunchFilter - Interface in org.apache.commons.launcher
-
An interface that provides a means for application developers to perform dynamic configuration and error checking of the attributes and nested elements associated with a "launch" task that connot be easily done within the constraints of Ant.
- LaunchTask - Class in org.apache.commons.launcher
-
A class that eliminates the need for a batch or shell script to launch a Java class.
- LaunchTask() - Constructor for class org.apache.commons.launcher.LaunchTask
M
- main(String[]) - Static method in class org.apache.commons.launcher.ChildMain
-
Main entry point for the child process.
- MINIMIZED_WINDOW_ICON_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The miminizedWindowIcon system property name.
- MINIMIZED_WINDOW_TITLE_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The miminizedWindowTitle system property name.
O
- org.apache.commons.launcher - package org.apache.commons.launcher
- org.apache.commons.launcher.types - package org.apache.commons.launcher.types
- OUTPUT_FILE_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The outputFile system property name.
P
- ParentListener - Class in org.apache.commons.launcher
-
A class for detecting if the parent JVM that launched this process has terminated.
- ParentListener(String) - Constructor for class org.apache.commons.launcher.ParentListener
-
Validates and caches a lock file created by the parent JVM.
R
- run() - Method in class org.apache.commons.launcher.ChildMain
-
Invoke the target application.
- run() - Method in class org.apache.commons.launcher.Launcher
-
Wrapper to allow the
Launcher.killChildProcesses()
method to be invoked in a shutdown hook. - run() - Method in class org.apache.commons.launcher.ParentListener
-
Periodically check that the parent JVM has not terminated.
- run() - Method in class org.apache.commons.launcher.StreamConnector
-
Connect the InputStream and OutputStream objects specified in the
StreamConnector(InputStream, OutputStream)
constructor.
S
- setAppendoutput(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the appendOutput flag.
- setAppendoutput(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the appendOutput flag.
- setArgs(ArrayList) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the list of nested arg elements.
- setClassname(String) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the class name.
- setClassname(String) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the class name.
- setClasspath(String) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the classpath.
- setClasspath(Path) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the classpath.
- setClasspathref(Reference) - Method in class org.apache.commons.launcher.LaunchTask
-
Adds a reference to a classpath defined elsewhere.
- setDebug(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the debug flag.
- setDebug(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the debug flag.
- setDisplayminimizedwindow(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the displayMinimizedWindow flag.
- setDisplayminimizedwindow(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the displayMinimizedWindow flag.
- setDisposeminimizedwindow(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the disposeMinimizedWindow flag.
- setDisposeminimizedwindow(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the disposeMinimizedWindow flag.
- setFailonerror(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the failOnError flag.
- setFailonerror(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the failOnError flag.
- setFile(File) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set a single command line argument to the absolute filename of the specified file.
- setFile(File) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the value to a
File
. - setFile(Path) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the value to a
Path
. - setFilterclassname(String) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the filter class name.
- setFilterclasspath(Path) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the filter class' classpath.
- setIf(String) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set the "if" condition.
- setIf(String) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the "if" condition.
- setJvmargs(ArrayList) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the list of nested jvmarg elements.
- setKey(String) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the key.
- setLine(String) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set a line to split into several command line arguments.
- setLog(PrintStream) - Static method in class org.apache.commons.launcher.Launcher
-
Set the PrintStream that all output should printed to.
- setMinimizedwindowicon(File) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the icon file for the minimized window that will be displayed in the Windows taskbar.
- setMinimizedwindowicon(File) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the icon file for the minimized window that will be displayed in the Windows taskbar.
- setMinimizedwindowtitle(String) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the title for the minimized window that will be displayed in the Windows taskbar.
- setMinimizedwindowtitle(String) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the title for the minimized window that will be displayed in the Windows taskbar.
- setOutput(File) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the file that the child JVM's System.out and System.err will be redirected to.
- setOutput(File) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the file that the child JVM's System.out and System.err will be redirected to.
- setPath(Path) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set a single command line argument and treat it like a path.
- setPath(Path) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the value to a
Path
. - setPrint(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the print flag.
- setPrint(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the print flag.
- setRedirectoutput(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the redirect flag.
- setRedirectoutput(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the redirect flag.
- setRefid(Reference) - Method in class org.apache.commons.launcher.types.ConditionalArgumentSet
-
Makes this instance a reference to another instance.
- setRefid(Reference) - Method in class org.apache.commons.launcher.types.ConditionalVariableSet
-
Makes this instance a reference to another instance.
- setRequiretools(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the requireTools flag.
- setRequiretools(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the requireTools flag.
- setSysproperties(HashMap) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the list of nested sysproperty elements.
- setUnless(String) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set the "unless" condition.
- setUnless(String) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the "unless" condition.
- setUseargs(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the useArgs flag.
- setUsesystemin(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the useSystemIn flag.
- setUsesystemin(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the useSystemIn flag.
- setValue(String) - Method in class org.apache.commons.launcher.types.ConditionalArgument
-
Set a single command line argument.
- setValue(String) - Method in class org.apache.commons.launcher.types.ConditionalVariable
-
Set the value.
- setVerbose(boolean) - Static method in class org.apache.commons.launcher.Launcher
-
Set the verbose flag.
- setWaitforchild(boolean) - Method in class org.apache.commons.launcher.LaunchCommand
-
Set the waitForChild flag.
- setWaitforchild(boolean) - Method in class org.apache.commons.launcher.LaunchTask
-
Set the waitForChild flag.
- start(String[]) - Static method in class org.apache.commons.launcher.Launcher
-
Start the launching process.
- stop() - Static method in class org.apache.commons.launcher.Launcher
-
Interrupt the
Launcher.start(String[])
method. - StreamConnector - Class in org.apache.commons.launcher
-
A class for connecting an OutputStream to an InputStream.
- StreamConnector(InputStream, OutputStream) - Constructor for class org.apache.commons.launcher.StreamConnector
-
Specify the streams that this object will connect in the
StreamConnector.run()
method. - SUPPORTED_ANT_TASKS - Static variable in class org.apache.commons.launcher.Launcher
-
List of supported Ant tasks.
- SUPPORTED_ANT_TYPES - Static variable in class org.apache.commons.launcher.Launcher
-
List of supported Ant types.
- SysPropertySet - Class in org.apache.commons.launcher.types
-
A class that represents a set of nested
elements. - SysPropertySet() - Constructor for class org.apache.commons.launcher.types.SysPropertySet
T
- TASK_NAME - Static variable in class org.apache.commons.launcher.LaunchTask
-
The name of this task.
- TYPE_NAME - Static variable in class org.apache.commons.launcher.types.ArgumentSet
-
The name of this data type.
- TYPE_NAME - Static variable in class org.apache.commons.launcher.types.JVMArgumentSet
-
The name of this data type.
- TYPE_NAME - Static variable in class org.apache.commons.launcher.types.SysPropertySet
-
The name of this data type.
U
- uncaughtException(Thread, Throwable) - Method in class org.apache.commons.launcher.ExitOnErrorThreadGroup
-
Trap any uncaught
Error
other thanThreadDeath
and exit.
W
- WAIT_FOR_CHILD_PROP_NAME - Static variable in class org.apache.commons.launcher.ChildMain
-
The waitForChild system property name.
All Classes All Packages