org.apache.tools.ant.launch

Class Launcher

public class Launcher extends Object

This is a launcher for Ant.

Since: Ant 1.6

Field Summary
static StringANTHOME_PROPERTY
The Ant Home property
static StringANTLIBDIR_PROPERTY
The Ant Library Directory property
static StringANT_PRIVATEDIR
The directory name of the per-user ant directory
static StringANT_PRIVATELIB
The location of a per-user library directory
static StringMAIN_CLASS
The startup class that is to be run
static StringUSER_HOMEDIR
system property with user home directory
static StringUSER_LIBDIR
The location of a per-user library directory
Method Summary
static voidmain(String[] args)
Entry point for starting command line Ant

Field Detail

ANTHOME_PROPERTY

public static final String ANTHOME_PROPERTY
The Ant Home property

ANTLIBDIR_PROPERTY

public static final String ANTLIBDIR_PROPERTY
The Ant Library Directory property

ANT_PRIVATEDIR

public static final String ANT_PRIVATEDIR
The directory name of the per-user ant directory

ANT_PRIVATELIB

public static final String ANT_PRIVATELIB
The location of a per-user library directory

MAIN_CLASS

public static final String MAIN_CLASS
The startup class that is to be run

USER_HOMEDIR

public static final String USER_HOMEDIR
system property with user home directory

USER_LIBDIR

public static final String USER_LIBDIR
The location of a per-user library directory

Method Detail

main

public static void main(String[] args)
Entry point for starting command line Ant

Parameters: args commandline arguments

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.