- 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
-
- getList() - Method in class org.apache.commons.launcher.types.ConditionalVariableSet
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-