| java.lang.Object org.tp23.antinstaller.antmod.Launcher
Launcher | public class Launcher (Code) | | This is a launcher for Ant.
This file has been modified by Paul Hinds for Antinstaller and is not the same
as the one delivered with Ant 1.6
since: Ant 1.6 version: $Id: Launcher.java,v 1.1.1.1 2005/10/18 18:20:54 teknopaul Exp $ |
Constructor Summary | |
public | Launcher(Map allProperties) Addtional Constructor to pass password properties to Ant
without saving them to a file. |
ANTHOME_PROPERTY | final public static String ANTHOME_PROPERTY(Code) | | The Ant Home property
|
ANTLIBDIR_PROPERTY | final public static String ANTLIBDIR_PROPERTY(Code) | | The Ant Library Directory property
|
MAIN_CLASS | final public static String MAIN_CLASS(Code) | | The startup class that is to be run
|
USER_LIBDIR | final public static String USER_LIBDIR(Code) | | The location of a per-user library directory
|
Launcher | public Launcher(Map allProperties)(Code) | | Addtional Constructor to pass password properties to Ant
without saving them to a file.
Added by Paul Hinds
Parameters: allProperties - Properties |
|
|