You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 23:40:22 UTC

svn commit: r852128 [2/7] - in /websites/production/commons/content/proper/commons-launcher/javadocs: ./ api-1.1/ api-1.1/org/ api-1.1/org/apache/ api-1.1/org/apache/commons/ api-1.1/org/apache/commons/launcher/ api-1.1/org/apache/commons/launcher/types/

Added: websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index-all.html (added)
+++ websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index-all.html Tue Feb 26 22:40:21 2013
@@ -0,0 +1,696 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Sun Aug 22 13:33:50 CEST 2004 -->
+<TITLE>
+Index (Launcher (Version 1.1))
+</TITLE>
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+</HEAD>
+<SCRIPT>
+function asd()
+{
+parent.document.title="Index (Launcher (Version 1.1))";
+}
+</SCRIPT>
+<BODY BGCOLOR="white" onload="asd();">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;
+<SCRIPT>
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
+</NOSCRIPT>
+</FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <HR>
+<A NAME="_A_"><!-- --></A><H2>
+<B>A</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addArg(org.apache.commons.launcher.types.ConditionalArgument)"><B>addArg(ConditionalArgument)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested arg element. 
+<DT><A HREF="org/apache/commons/launcher/types/ArgumentSet.html#addArg(org.apache.commons.launcher.types.ConditionalArgument)"><B>addArg(ConditionalArgument)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ArgumentSet.html">ArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><CODE>ConditionalArgument</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addArgset(org.apache.commons.launcher.types.ArgumentSet)"><B>addArgset(ArgumentSet)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested argset element.
+<DT><A HREF="org/apache/commons/launcher/types/ArgumentSet.html#addArgset(org.apache.commons.launcher.types.ArgumentSet)"><B>addArgset(ArgumentSet)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ArgumentSet.html">ArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ArgumentSet.html"><CODE>ArgumentSet</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html#addConditionalargument(org.apache.commons.launcher.types.ConditionalArgument)"><B>addConditionalargument(ConditionalArgument)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><CODE>ConditionalArgument</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html#addConditionalargumentset(org.apache.commons.launcher.types.ConditionalArgumentSet)"><B>addConditionalargumentset(ConditionalArgumentSet)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html"><CODE>ConditionalArgumentSet</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html#addConditionalvariable(org.apache.commons.launcher.types.ConditionalVariable)"><B>addConditionalvariable(ConditionalVariable)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalVariable.html"><CODE>ConditionalVariable</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html#addConditionalvariableset(org.apache.commons.launcher.types.ConditionalVariableSet)"><B>addConditionalvariableset(ConditionalVariableSet)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html"><CODE>ConditionalVariableSet</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addJvmarg(org.apache.commons.launcher.types.ConditionalArgument)"><B>addJvmarg(ConditionalArgument)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested jvmarg element. 
+<DT><A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html#addJvmarg(org.apache.commons.launcher.types.ConditionalArgument)"><B>addJvmarg(ConditionalArgument)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html">JVMArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><CODE>ConditionalArgument</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addJvmargset(org.apache.commons.launcher.types.JVMArgumentSet)"><B>addJvmargset(JVMArgumentSet)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested jvmargset element.
+<DT><A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html#addJvmargset(org.apache.commons.launcher.types.JVMArgumentSet)"><B>addJvmargset(JVMArgumentSet)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html">JVMArgumentSet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html"><CODE>JVMArgumentSet</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addSysproperty(org.apache.commons.launcher.types.ConditionalVariable)"><B>addSysproperty(ConditionalVariable)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested sysproperty element. 
+<DT><A HREF="org/apache/commons/launcher/types/SysPropertySet.html#addSysproperty(org.apache.commons.launcher.types.ConditionalVariable)"><B>addSysproperty(ConditionalVariable)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/SysPropertySet.html">SysPropertySet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/ConditionalVariable.html"><CODE>ConditionalVariable</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#addSyspropertyset(org.apache.commons.launcher.types.SysPropertySet)"><B>addSyspropertyset(SysPropertySet)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Add a nested syspropertyset element.
+<DT><A HREF="org/apache/commons/launcher/types/SysPropertySet.html#addSyspropertyset(org.apache.commons.launcher.types.SysPropertySet)"><B>addSyspropertyset(SysPropertySet)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/SysPropertySet.html">SysPropertySet</A>
+<DD>Add a <A HREF="org/apache/commons/launcher/types/SysPropertySet.html"><CODE>SysPropertySet</CODE></A>.
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#APPEND_OUTPUT_PROP_NAME"><B>APPEND_OUTPUT_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The appendOutput system property name.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#ARG_PROP_NAME"><B>ARG_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>The argument property name.
+<DT><A HREF="org/apache/commons/launcher/types/ArgumentSet.html"><B>ArgumentSet</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ArgumentSet.html">ArgumentSet</A>.<DD>A class that represents a set of nested <arg> elements.<DT><A HREF="org/apache/commons/launcher/types/ArgumentSet.html#ArgumentSet()"><B>ArgumentSet()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ArgumentSet.html">ArgumentSet</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_C_"><!-- --></A><H2>
+<B>C</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html"><B>ChildMain</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>.<DD>A wrapper class that invokes another class'
+ <code>main(String[])</code>. <DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><B>ConditionalArgument</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>.<DD>A class that represents nested <arg> or <jvmarg> elements. <DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#ConditionalArgument()"><B>ConditionalArgument()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html"><B>ConditionalArgumentSet</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>.<DD>A class that represents a set of nested elements of
+ <A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><CODE>ConditionalArgument</CODE></A> objects.<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html#ConditionalArgumentSet()"><B>ConditionalArgumentSet()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html"><B>ConditionalVariable</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>.<DD>A class that represents nested <sysproperty> or <env> elements. <DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#ConditionalVariable()"><B>ConditionalVariable()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html"><B>ConditionalVariableSet</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>.<DD>A class that represents a set of nested elements of
+ <A HREF="org/apache/commons/launcher/types/ConditionalVariable.html"><CODE>ConditionalVariable</CODE></A> objects.<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html#ConditionalVariableSet()"><B>ConditionalVariableSet()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#createClasspath()"><B>createClasspath()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Create a nested classpath element.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#createFilterclasspath()"><B>createFilterclasspath()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Create a nested filter classpath element.
+</DL>
+<HR>
+<A NAME="_D_"><!-- --></A><H2>
+<B>D</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#DISPLAY_MINIMIZED_WINDOW_PROP_NAME"><B>DISPLAY_MINIMIZED_WINDOW_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The displayMiminizedWindow system property name.
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#DISPOSE_MINIMIZED_WINDOW_PROP_NAME"><B>DISPOSE_MINIMIZED_WINDOW_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The disposeMiminizedWindow system property name.
+</DL>
+<HR>
+<A NAME="_E_"><!-- --></A><H2>
+<B>E</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#error(java.lang.String, boolean)"><B>error(String, boolean)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Print a detailed error message and exit.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#error(java.lang.Throwable)"><B>error(Throwable)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Print a detailed error message and exit.
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#EXECUTABLE_PROP_NAME"><B>EXECUTABLE_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The executableName system property name.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#execute()"><B>execute()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Construct a Java command and execute it using the settings that Ant
+ parsed from the Launcher's XML file. 
+<DT><A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html"><B>ExitOnErrorThreadGroup</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html">ExitOnErrorThreadGroup</A>.<DD>A class that subclasses the <CODE>ThreadGroup</CODE> class. <DT><A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html#ExitOnErrorThreadGroup(java.lang.String)"><B>ExitOnErrorThreadGroup(String)</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html">ExitOnErrorThreadGroup</A>
+<DD>Constructs a new thread group. 
+</DL>
+<HR>
+<A NAME="_F_"><!-- --></A><H2>
+<B>F</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchFilter.html#filter(org.apache.commons.launcher.LaunchCommand)"><B>filter(LaunchCommand)</B></A> - 
+Method in interface org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchFilter.html">LaunchFilter</A>
+<DD>Perform error checking and editing of the JVM command line arguments
+ that an instance of the <A HREF="org/apache/commons/launcher/LaunchTask.html"><CODE>LaunchTask</CODE></A> class has constructed.
+ 
+</DL>
+<HR>
+<A NAME="_G_"><!-- --></A><H2>
+<B>G</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getAppendoutput()"><B>getAppendoutput()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the appendOutput flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getArgs()"><B>getArgs()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the list of nested arg elements.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getBootstrapDir()"><B>getBootstrapDir()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the canonical directory of the class or jar file that this class was
+ loaded. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getBootstrapFile()"><B>getBootstrapFile()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the canonical directory or jar file that this class was loaded
+ from.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#getChildProcesses()"><B>getChildProcesses()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Get the synchronous child processes for all instances of this class.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getClassname()"><B>getClassname()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the class name.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getClasspath()"><B>getClasspath()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the classpath.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getDebug()"><B>getDebug()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the debug flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getDisplayminimizedwindow()"><B>getDisplayminimizedwindow()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the displayMinimizedWindow flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getDisposeminimizedwindow()"><B>getDisposeminimizedwindow()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the disposeMinimizedWindow flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getFailonerror()"><B>getFailonerror()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the failOnError flag.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#getIf()"><B>getIf()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Get the "if" condition flag.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#getIf()"><B>getIf()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Get the "if" condition flag.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getJavaCommand()"><B>getJavaCommand()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the full path of the Java command to execute.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getJDBCommand()"><B>getJDBCommand()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the full path of the JDB command to execute.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getJvmargs()"><B>getJvmargs()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the list of nested jvmarg elements.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#getKey()"><B>getKey()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Get the key.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html#getList()"><B>getList()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>
+<DD>Get <A HREF="org/apache/commons/launcher/types/ConditionalVariable.html"><CODE>ConditionalVariable</CODE></A> instances.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html#getList()"><B>getList()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>
+<DD>Get <A HREF="org/apache/commons/launcher/types/ConditionalArgument.html"><CODE>ConditionalArgument</CODE></A> instances.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getLocalizedString(java.lang.String)"><B>getLocalizedString(String)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get a localized property. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getLocalizedString(java.lang.String, java.lang.String)"><B>getLocalizedString(String, String)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get a localized property. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getLog()"><B>getLog()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the PrintStream that all output should printed to. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getMinimizedwindowicon()"><B>getMinimizedwindowicon()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the icon file for the minimized window that will be displayed in the
+ Windows taskbar.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getMinimizedwindowtitle()"><B>getMinimizedwindowtitle()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the title for the minimized window that will be displayed in the
+ Windows taskbar.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getOutput()"><B>getOutput()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the file that the child JVM's System.out and System.err will be
+ redirected to.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#getParts()"><B>getParts()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Get a single command line argument.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getPrint()"><B>getPrint()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the print flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getRedirectoutput()"><B>getRedirectoutput()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the redirect flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getRequiretools()"><B>getRequiretools()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the requireTools flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getSysproperties()"><B>getSysproperties()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the list of nested sysproperty elements.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#getToolsClasspath()"><B>getToolsClasspath()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Set the classpath to the current JVM's tools classes.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#getUnless()"><B>getUnless()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Get the "unless" condition flag.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#getUnless()"><B>getUnless()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Get the "unless" condition flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getUsesystemin()"><B>getUsesystemin()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the useSystemIn flag.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#getValue()"><B>getValue()</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Get the value.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#getWaitforchild()"><B>getWaitforchild()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Get the waitForChild flag.
+</DL>
+<HR>
+<A NAME="_H_"><!-- --></A><H2>
+<B>H</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#HEARTBEAT_FILE_PROP_NAME"><B>HEARTBEAT_FILE_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The heartbeatFile system property name.
+</DL>
+<HR>
+<A NAME="_I_"><!-- --></A><H2>
+<B>I</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#isStarted()"><B>isStarted()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the started flag.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#isStopped()"><B>isStopped()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Get the stopped flag.
+</DL>
+<HR>
+<A NAME="_J_"><!-- --></A><H2>
+<B>J</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html"><B>JVMArgumentSet</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html">JVMArgumentSet</A>.<DD>A class that represents a set of nested <jvmarg> elements.<DT><A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html#JVMArgumentSet()"><B>JVMArgumentSet()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html">JVMArgumentSet</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_K_"><!-- --></A><H2>
+<B>K</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#killChildProcesses()"><B>killChildProcesses()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Iterate through the list of synchronous child process launched by
+ all of the <A HREF="org/apache/commons/launcher/LaunchTask.html"><CODE>LaunchTask</CODE></A> instances.
+</DL>
+<HR>
+<A NAME="_L_"><!-- --></A><H2>
+<B>L</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html"><B>LaunchCommand</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>.<DD>A class that represents the holds the various argument types that are used
+ in a Java command. <DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#LaunchCommand()"><B>LaunchCommand()</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/Launcher.html"><B>Launcher</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>.<DD>A class that is used to launch a Java process. <DT><A HREF="org/apache/commons/launcher/Launcher.html#Launcher()"><B>Launcher()</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/commons/launcher/LaunchFilter.html"><B>LaunchFilter</B></A> - interface org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchFilter.html">LaunchFilter</A>.<DD>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.
+ <DT><A HREF="org/apache/commons/launcher/LaunchTask.html"><B>LaunchTask</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>.<DD>A class that eliminates the need for a batch or shell script to launch a Java
+ class. <DT><A HREF="org/apache/commons/launcher/LaunchTask.html#LaunchTask()"><B>LaunchTask()</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_M_"><!-- --></A><H2>
+<B>M</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>Main entry point for the child process. 
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#MINIMIZED_WINDOW_ICON_PROP_NAME"><B>MINIMIZED_WINDOW_ICON_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The miminizedWindowIcon system property name.
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#MINIMIZED_WINDOW_TITLE_PROP_NAME"><B>MINIMIZED_WINDOW_TITLE_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The miminizedWindowTitle system property name.
+</DL>
+<HR>
+<A NAME="_O_"><!-- --></A><H2>
+<B>O</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/package-summary.html"><B>org.apache.commons.launcher</B></A> - package org.apache.commons.launcher<DD>&nbsp;<DT><A HREF="org/apache/commons/launcher/types/package-summary.html"><B>org.apache.commons.launcher.types</B></A> - package org.apache.commons.launcher.types<DD>&nbsp;<DT><A HREF="org/apache/commons/launcher/ChildMain.html#OUTPUT_FILE_PROP_NAME"><B>OUTPUT_FILE_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The outputFile system property name.
+</DL>
+<HR>
+<A NAME="_P_"><!-- --></A><H2>
+<B>P</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ParentListener.html"><B>ParentListener</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ParentListener.html">ParentListener</A>.<DD>A class for detecting if the parent JVM that launched this process has
+ terminated.<DT><A HREF="org/apache/commons/launcher/ParentListener.html#ParentListener(java.lang.String)"><B>ParentListener(String)</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ParentListener.html">ParentListener</A>
+<DD>Validates and caches a lock file created by the parent JVM.
+</DL>
+<HR>
+<A NAME="_R_"><!-- --></A><H2>
+<B>R</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/StreamConnector.html#run()"><B>run()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/StreamConnector.html">StreamConnector</A>
+<DD>Connect the InputStream and OutputStream objects specified in the
+ <A HREF="org/apache/commons/launcher/StreamConnector.html#StreamConnector(java.io.InputStream, java.io.OutputStream)"><CODE>StreamConnector.StreamConnector(InputStream, OutputStream)</CODE></A> constructor.
+<DT><A HREF="org/apache/commons/launcher/ParentListener.html#run()"><B>run()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ParentListener.html">ParentListener</A>
+<DD>Periodically check that the parent JVM has not terminated. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#run()"><B>run()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Wrapper to allow the <A HREF="org/apache/commons/launcher/Launcher.html#killChildProcesses()"><CODE>Launcher.killChildProcesses()</CODE></A> method to be
+ invoked in a shutdown hook.
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#run()"><B>run()</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>Invoke the target application.
+</DL>
+<HR>
+<A NAME="_S_"><!-- --></A><H2>
+<B>S</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setAppendoutput(boolean)"><B>setAppendoutput(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the appendOutput flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setAppendoutput(boolean)"><B>setAppendoutput(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the appendOutput flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setArgs(java.util.ArrayList)"><B>setArgs(ArrayList)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the list of nested arg elements.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setClassname(java.lang.String)"><B>setClassname(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the class name.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setClassname(java.lang.String)"><B>setClassname(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the class name.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setClasspath(org.apache.tools.ant.types.Path)"><B>setClasspath(Path)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the classpath.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setClasspath(java.lang.String)"><B>setClasspath(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the classpath.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setClasspathref(org.apache.tools.ant.types.Reference)"><B>setClasspathref(Reference)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Adds a reference to a classpath defined elsewhere.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setDebug(boolean)"><B>setDebug(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the debug flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setDebug(boolean)"><B>setDebug(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the debug flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setDisplayminimizedwindow(boolean)"><B>setDisplayminimizedwindow(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the displayMinimizedWindow flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setDisplayminimizedwindow(boolean)"><B>setDisplayminimizedwindow(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the displayMinimizedWindow flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setDisposeminimizedwindow(boolean)"><B>setDisposeminimizedwindow(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the disposeMinimizedWindow flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setDisposeminimizedwindow(boolean)"><B>setDisposeminimizedwindow(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the disposeMinimizedWindow flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setFailonerror(boolean)"><B>setFailonerror(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the failOnError flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setFailonerror(boolean)"><B>setFailonerror(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the failOnError flag.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setFile(java.io.File)"><B>setFile(File)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the value to a <CODE>File</CODE>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setFile(java.io.File)"><B>setFile(File)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set a single command line argument to the absolute
+ filename of the specified file.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setFile(org.apache.tools.ant.types.Path)"><B>setFile(Path)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the value to a <CODE>Path</CODE>.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setFilterclassname(java.lang.String)"><B>setFilterclassname(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the filter class name.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setFilterclasspath(org.apache.tools.ant.types.Path)"><B>setFilterclasspath(Path)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the filter class' classpath.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setIf(java.lang.String)"><B>setIf(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the "if" condition. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setIf(java.lang.String)"><B>setIf(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set the "if" condition. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setJvmargs(java.util.ArrayList)"><B>setJvmargs(ArrayList)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the list of nested jvmarg elements.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setKey(java.lang.String)"><B>setKey(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the key.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setLine(java.lang.String)"><B>setLine(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set a line to split into several command line arguments.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#setLog(java.io.PrintStream)"><B>setLog(PrintStream)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Set the PrintStream that all output should printed to.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setMinimizedwindowicon(java.io.File)"><B>setMinimizedwindowicon(File)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the icon file for the minimized window that will be displayed in the
+ Windows taskbar. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setMinimizedwindowicon(java.io.File)"><B>setMinimizedwindowicon(File)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the icon file for the minimized window that will be displayed in the
+ Windows taskbar. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setMinimizedwindowtitle(java.lang.String)"><B>setMinimizedwindowtitle(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the title for the minimized window that will be displayed in the
+ Windows taskbar. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setMinimizedwindowtitle(java.lang.String)"><B>setMinimizedwindowtitle(String)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the title for the minimized window that will be displayed in the
+ Windows taskbar. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setOutput(java.io.File)"><B>setOutput(File)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the file that the child JVM's System.out and System.err will be
+ redirected to. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setOutput(java.io.File)"><B>setOutput(File)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the file that the child JVM's System.out and System.err will be
+ redirected to. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setPath(org.apache.tools.ant.types.Path)"><B>setPath(Path)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the value to a <CODE>Path</CODE>.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setPath(org.apache.tools.ant.types.Path)"><B>setPath(Path)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set a single command line argument and treat it like a path. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setPrint(boolean)"><B>setPrint(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the print flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setPrint(boolean)"><B>setPrint(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the print flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setRedirectoutput(boolean)"><B>setRedirectoutput(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the redirect flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setRedirectoutput(boolean)"><B>setRedirectoutput(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the redirect flag. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html#setRefid(org.apache.tools.ant.types.Reference)"><B>setRefid(Reference)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariableSet.html">ConditionalVariableSet</A>
+<DD>Makes this instance a reference to another instance. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html#setRefid(org.apache.tools.ant.types.Reference)"><B>setRefid(Reference)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgumentSet.html">ConditionalArgumentSet</A>
+<DD>Makes this instance a reference to another instance. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setRequiretools(boolean)"><B>setRequiretools(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the requireTools flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setRequiretools(boolean)"><B>setRequiretools(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the requireTools flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setSysproperties(java.util.HashMap)"><B>setSysproperties(HashMap)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the list of nested sysproperty elements.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setUnless(java.lang.String)"><B>setUnless(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the "unless" condition. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setUnless(java.lang.String)"><B>setUnless(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set the "unless" condition. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setUseargs(boolean)"><B>setUseargs(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the useArgs flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setUsesystemin(boolean)"><B>setUsesystemin(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the useSystemIn flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setUsesystemin(boolean)"><B>setUsesystemin(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the useSystemIn flag. 
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalVariable.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalVariable.html">ConditionalVariable</A>
+<DD>Set the value.
+<DT><A HREF="org/apache/commons/launcher/types/ConditionalArgument.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
+Method in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ConditionalArgument.html">ConditionalArgument</A>
+<DD>Set a single command line argument.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#setVerbose(boolean)"><B>setVerbose(boolean)</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Set the verbose flag.
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#setWaitforchild(boolean)"><B>setWaitforchild(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>Set the waitForChild flag. 
+<DT><A HREF="org/apache/commons/launcher/LaunchCommand.html#setWaitforchild(boolean)"><B>setWaitforchild(boolean)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchCommand.html">LaunchCommand</A>
+<DD>Set the waitForChild flag. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#start(java.lang.String[])"><B>start(String[])</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Start the launching process. 
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#stop()"><B>stop()</B></A> - 
+Static method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>Interrupt the <A HREF="org/apache/commons/launcher/Launcher.html#start(java.lang.String[])"><CODE>Launcher.start(String[])</CODE></A> method. 
+<DT><A HREF="org/apache/commons/launcher/StreamConnector.html"><B>StreamConnector</B></A> - class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/StreamConnector.html">StreamConnector</A>.<DD>A class for connecting an OutputStream to an InputStream.<DT><A HREF="org/apache/commons/launcher/StreamConnector.html#StreamConnector(java.io.InputStream, java.io.OutputStream)"><B>StreamConnector(InputStream, OutputStream)</B></A> - 
+Constructor for class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/StreamConnector.html">StreamConnector</A>
+<DD>Specify the streams that this object will connect in the <A HREF="org/apache/commons/launcher/StreamConnector.html#run()"><CODE>StreamConnector.run()</CODE></A>
+ method.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#SUPPORTED_ANT_TASKS"><B>SUPPORTED_ANT_TASKS</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>List of supported Ant tasks.
+<DT><A HREF="org/apache/commons/launcher/Launcher.html#SUPPORTED_ANT_TYPES"><B>SUPPORTED_ANT_TYPES</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/Launcher.html">Launcher</A>
+<DD>List of supported Ant types.
+<DT><A HREF="org/apache/commons/launcher/types/SysPropertySet.html"><B>SysPropertySet</B></A> - class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/SysPropertySet.html">SysPropertySet</A>.<DD>A class that represents a set of nested <sysproperty> elements.<DT><A HREF="org/apache/commons/launcher/types/SysPropertySet.html#SysPropertySet()"><B>SysPropertySet()</B></A> - 
+Constructor for class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/SysPropertySet.html">SysPropertySet</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_T_"><!-- --></A><H2>
+<B>T</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/LaunchTask.html#TASK_NAME"><B>TASK_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/LaunchTask.html">LaunchTask</A>
+<DD>The name of this task.
+<DT><A HREF="org/apache/commons/launcher/types/SysPropertySet.html#TYPE_NAME"><B>TYPE_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/SysPropertySet.html">SysPropertySet</A>
+<DD>The name of this data type.
+<DT><A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html#TYPE_NAME"><B>TYPE_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/JVMArgumentSet.html">JVMArgumentSet</A>
+<DD>The name of this data type.
+<DT><A HREF="org/apache/commons/launcher/types/ArgumentSet.html#TYPE_NAME"><B>TYPE_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.types.<A HREF="org/apache/commons/launcher/types/ArgumentSet.html">ArgumentSet</A>
+<DD>The name of this data type.
+</DL>
+<HR>
+<A NAME="_U_"><!-- --></A><H2>
+<B>U</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html#uncaughtException(java.lang.Thread, java.lang.Throwable)"><B>uncaughtException(Thread, Throwable)</B></A> - 
+Method in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ExitOnErrorThreadGroup.html">ExitOnErrorThreadGroup</A>
+<DD>Trap any uncaught <CODE>Error</CODE> other than <CODE>ThreadDeath</CODE> and exit.
+</DL>
+<HR>
+<A NAME="_W_"><!-- --></A><H2>
+<B>W</B></H2>
+<DL>
+<DT><A HREF="org/apache/commons/launcher/ChildMain.html#WAIT_FOR_CHILD_PROP_NAME"><B>WAIT_FOR_CHILD_PROP_NAME</B></A> - 
+Static variable in class org.apache.commons.launcher.<A HREF="org/apache/commons/launcher/ChildMain.html">ChildMain</A>
+<DD>The waitForChild system property name.
+</DL>
+<HR>
+<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> 
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;
+<SCRIPT>
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
+</NOSCRIPT>
+</FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+Copyright (c) 2001-2002 - Apache Software Foundation
+</BODY>
+</HTML>

Added: websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index.html (added)
+++ websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/index.html Tue Feb 26 22:40:21 2013
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Sun Aug 22 13:33:50 CEST 2004-->
+<TITLE>
+Launcher (Version 1.1)
+</TITLE>
+</HEAD>
+<FRAMESET cols="20%,80%">
+<FRAMESET rows="30%,70%">
+<FRAME src="overview-frame.html" name="packageListFrame">
+<FRAME src="allclasses-frame.html" name="packageFrame">
+</FRAMESET>
+<FRAME src="overview-summary.html" name="classFrame">
+</FRAMESET>
+<NOFRAMES>
+<H2>
+Frame Alert</H2>
+
+<P>
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+<BR>
+Link to<A HREF="overview-summary.html">Non-frame version.</A></NOFRAMES>
+</HTML>

Added: websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/org/apache/commons/launcher/ChildMain.html
==============================================================================
--- websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/org/apache/commons/launcher/ChildMain.html (added)
+++ websites/production/commons/content/proper/commons-launcher/javadocs/api-1.1/org/apache/commons/launcher/ChildMain.html Tue Feb 26 22:40:21 2013
@@ -0,0 +1,472 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Sun Aug 22 13:33:50 CEST 2004 -->
+<TITLE>
+ChildMain (Launcher (Version 1.1))
+</TITLE>
+<META NAME="keywords" CONTENT="org.apache.commons.launcher.ChildMain,ChildMain class">
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+</HEAD>
+<SCRIPT>
+function asd()
+{
+parent.document.title="ChildMain (Launcher (Version 1.1))";
+}
+</SCRIPT>
+<BODY BGCOLOR="white" onload="asd();">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/launcher/ExitOnErrorThreadGroup.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ChildMain.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;
+<SCRIPT>
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
+</NOSCRIPT>
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.commons.launcher</FONT>
+<BR>
+Class ChildMain</H2>
+<PRE>
+java.lang.Object
+  |
+  +--java.lang.Thread
+        |
+        +--<B>org.apache.commons.launcher.ChildMain</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Runnable</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>ChildMain</B><DT>extends java.lang.Thread</DL>
+
+<P>
+A wrapper class that invokes another class'
+ <code>main(String[])</code>. This particular class uses several system
+ properties to control features:
+ <ul>
+ <li>Redirecting System.out and System.err.
+ <li>Displaying a minimized window in the Windows taskbar.
+ </ul>
+ This class is normally not invoked directly. Instead, it is invoked by the
+ <A HREF="../../../../org/apache/commons/launcher/LaunchTask.html"><CODE>LaunchTask</CODE></A> class.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Patrick Luby</DD>
+</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#APPEND_OUTPUT_PROP_NAME">APPEND_OUTPUT_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The appendOutput system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#DISPLAY_MINIMIZED_WINDOW_PROP_NAME">DISPLAY_MINIMIZED_WINDOW_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The displayMiminizedWindow system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#DISPOSE_MINIMIZED_WINDOW_PROP_NAME">DISPOSE_MINIMIZED_WINDOW_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The disposeMiminizedWindow system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#EXECUTABLE_PROP_NAME">EXECUTABLE_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The executableName system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#HEARTBEAT_FILE_PROP_NAME">HEARTBEAT_FILE_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The heartbeatFile system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#MINIMIZED_WINDOW_ICON_PROP_NAME">MINIMIZED_WINDOW_ICON_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The miminizedWindowIcon system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#MINIMIZED_WINDOW_TITLE_PROP_NAME">MINIMIZED_WINDOW_TITLE_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The miminizedWindowTitle system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#OUTPUT_FILE_PROP_NAME">OUTPUT_FILE_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The outputFile system property name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#WAIT_FOR_CHILD_PROP_NAME">WAIT_FOR_CHILD_PROP_NAME</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The waitForChild system property name.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_java.lang.Thread"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from class java.lang.Thread</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Main entry point for the child process. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/launcher/ChildMain.html#run()">run</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invoke the target application.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Thread"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Thread</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="APPEND_OUTPUT_PROP_NAME"><!-- --></A><H3>
+APPEND_OUTPUT_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>APPEND_OUTPUT_PROP_NAME</B></PRE>
+<DL>
+<DD>The appendOutput system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.APPEND_OUTPUT_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="DISPLAY_MINIMIZED_WINDOW_PROP_NAME"><!-- --></A><H3>
+DISPLAY_MINIMIZED_WINDOW_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>DISPLAY_MINIMIZED_WINDOW_PROP_NAME</B></PRE>
+<DL>
+<DD>The displayMiminizedWindow system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.DISPLAY_MINIMIZED_WINDOW_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="DISPOSE_MINIMIZED_WINDOW_PROP_NAME"><!-- --></A><H3>
+DISPOSE_MINIMIZED_WINDOW_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>DISPOSE_MINIMIZED_WINDOW_PROP_NAME</B></PRE>
+<DL>
+<DD>The disposeMiminizedWindow system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.DISPOSE_MINIMIZED_WINDOW_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="EXECUTABLE_PROP_NAME"><!-- --></A><H3>
+EXECUTABLE_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>EXECUTABLE_PROP_NAME</B></PRE>
+<DL>
+<DD>The executableName system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.EXECUTABLE_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="HEARTBEAT_FILE_PROP_NAME"><!-- --></A><H3>
+HEARTBEAT_FILE_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>HEARTBEAT_FILE_PROP_NAME</B></PRE>
+<DL>
+<DD>The heartbeatFile system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.HEARTBEAT_FILE_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="MINIMIZED_WINDOW_TITLE_PROP_NAME"><!-- --></A><H3>
+MINIMIZED_WINDOW_TITLE_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>MINIMIZED_WINDOW_TITLE_PROP_NAME</B></PRE>
+<DL>
+<DD>The miminizedWindowTitle system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.MINIMIZED_WINDOW_TITLE_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="MINIMIZED_WINDOW_ICON_PROP_NAME"><!-- --></A><H3>
+MINIMIZED_WINDOW_ICON_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>MINIMIZED_WINDOW_ICON_PROP_NAME</B></PRE>
+<DL>
+<DD>The miminizedWindowIcon system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.MINIMIZED_WINDOW_ICON_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="OUTPUT_FILE_PROP_NAME"><!-- --></A><H3>
+OUTPUT_FILE_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>OUTPUT_FILE_PROP_NAME</B></PRE>
+<DL>
+<DD>The outputFile system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.OUTPUT_FILE_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="WAIT_FOR_CHILD_PROP_NAME"><!-- --></A><H3>
+WAIT_FOR_CHILD_PROP_NAME</H3>
+<PRE>
+public static final java.lang.String <B>WAIT_FOR_CHILD_PROP_NAME</B></PRE>
+<DL>
+<DD>The waitForChild system property name.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.launcher.ChildMain.WAIT_FOR_CHILD_PROP_NAME">Constant Field Values</A></DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="main(java.lang.String[])"><!-- --></A><H3>
+main</H3>
+<PRE>
+public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE>
+<DL>
+<DD>Main entry point for the child process. This method should only be
+ invoked by the <A HREF="../../../../org/apache/commons/launcher/LaunchTask.html"><CODE>LaunchTask</CODE></A> class.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>args</CODE> - command line arguments</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="run()"><!-- --></A><H3>
+run</H3>
+<PRE>
+public void <B>run</B>()</PRE>
+<DL>
+<DD>Invoke the target application.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE>run</CODE> in interface <CODE>java.lang.Runnable</CODE><DT><B>Overrides:</B><DD><CODE>run</CODE> in class <CODE>java.lang.Thread</CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/launcher/ExitOnErrorThreadGroup.html"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ChildMain.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;
+<SCRIPT>
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
+</NOSCRIPT>
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+Copyright (c) 2001-2002 - Apache Software Foundation
+</BODY>
+</HTML>