Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » launch » [javadoc | source]
org.apache.tools.ant.launch
public class: Launcher [javadoc | source]
java.lang.Object
   org.apache.tools.ant.launch.Launcher
This is a launcher for Ant.
Field Summary
public static final  String ANTHOME_PROPERTY    The Ant Home (installation) Directory property. {@value} 
public static final  String ANTLIBDIR_PROPERTY    The Ant Library Directory property. {@value} 
public static final  String ANT_PRIVATEDIR    The directory name of the per-user ant directory. {@value} 
public static final  String ANT_PRIVATELIB    The name of a per-user library directory. {@value} 
public static final  String USER_LIBDIR    The location of a per-user library directory.

It's value is the concatenation of #ANT_PRIVATEDIR with #ANT_PRIVATELIB , with an appropriate file separator in between. For example, on Unix, it's .ant/lib

public static final  String MAIN_CLASS    The startup class that is to be run. {@value} 
public static final  String USER_HOMEDIR    System property with user home directory. {@value} 
protected static final  int EXIT_CODE_ERROR    Exit code on trouble 
Method from org.apache.tools.ant.launch.Launcher Summary:
main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.launch.Launcher Detail:
 public static  void main(String[] args) 
    Entry point for starting command line Ant.