FileDocCategorySizeDatePackage
MagicNames.javaAPI DocApache Ant 1.705011Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant

MagicNames

public final class MagicNames extends Object
Magic names used within Ant. Not all magic names are here yet.
since
Ant 1.6

Fields Summary
public static final String
ANTLIB_PREFIX
prefix for antlib URIs: {@value}
public static final String
ANT_VERSION
Ant version property. {@value}
public static final String
BUILD_SYSCLASSPATH
System classpath policy. {@value}
public static final String
SCRIPT_REPOSITORY
The name of the script repository used by the script repo task Value {@value}
public static final String
SYSTEM_LOADER_REF
The name of the reference to the System Class Loader Value {@value}
public static final String
REPOSITORY_DIR_PROPERTY
Name of the property which can provide an override of the repository dir for the libraries task Value {@value}
public static final String
REPOSITORY_URL_PROPERTY
Name of the property which can provide an override of the repository URL for the libraries task Value {@value}
public static final String
TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under Value: {@value}
public static final String
TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under Value: {@value}
public static final String
ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor Value: {@value}
public static final String
ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor. Value: {@value}
public static final String
PROJECT_BASEDIR
property name for basedir of the project Value: {@value}
public static final String
ANT_FILE
property for ant file name Value: {@value}
public static final String
ANT_JAVA_VERSION
Property used to store the java version ant is running in.
public static final String
ANT_HOME
Property used to store the location of ant.
public static final String
ANT_LIB
Property used to store the location of the ant library (typically the ant.jar file.)
public static final String
REGEXP_IMPL
property for regular expression implementation. Value: {@value}
public static final String
BUILD_JAVAC_SOURCE
property that provides the default value for javac's and javadoc's source attribute.
public static final String
BUILD_JAVAC_TARGET
property that provides the default value for javac's target attribute.
public static final String
REFID_CLASSPATH_REUSE_LOADER
Name of the magic property that controls classloader reuse
public static final String
REFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references. Value: {@value}
public static final String
REFID_PROPERTY_HELPER
Reference used to store the property helper Value: {@value}
Constructors Summary
private MagicNames()

    
Methods Summary