Package org.apache.tools.ant.launch
Class Launcher
java.lang.Object
org.apache.tools.ant.launch.Launcher
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe directory name of the per-user ant directory.static final StringThe name of a per-user library directory.static final StringThe Ant Home (installation) Directory property.static final StringThe Ant Library Directory property.protected static final intExit code on troublebooleanlaunch diagnostics flag; for debugging trouble at launch time.static final StringThe startup class that is to be run.static final StringSystem property with user home directory.static final StringThe location of a per-user library directory.
- 
Method Summary
- 
Field Details- 
ANTHOME_PROPERTYThe Ant Home (installation) Directory property. "ant.home"- See Also:
 
- 
ANTLIBDIR_PROPERTYThe Ant Library Directory property. "ant.library.dir"- See Also:
 
- 
ANT_PRIVATEDIRThe directory name of the per-user ant directory. ".ant"- See Also:
 
- 
ANT_PRIVATELIB
- 
USER_LIBDIRThe location of a per-user library directory.It's value is the concatenation of ANT_PRIVATEDIRwithANT_PRIVATELIB, with an appropriate file separator in between. For example, on Unix, it's.ant/lib.
- 
MAIN_CLASSThe startup class that is to be run. "org.apache.tools.ant.Main"- See Also:
 
- 
USER_HOMEDIRSystem property with user home directory. "user.home"- See Also:
 
- 
EXIT_CODE_ERRORprotected static final int EXIT_CODE_ERRORExit code on trouble- See Also:
 
- 
launchDiagpublic boolean launchDiaglaunch diagnostics flag; for debugging trouble at launch time.
 
- 
- 
Method Details- 
mainEntry point for starting command line Ant.- Parameters:
- args- commandline arguments
 
 
-