org.apache.tools.ant

Class MagicNames


public final class MagicNames
extends java.lang.Object

Magic names used within Ant. Not all magic names are here yet.
Since:
Ant 1.6

Field Summary

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

Field Details

ANTLIB_PREFIX

public static final String ANTLIB_PREFIX
prefix for antlib URIs:

ANT_EXECUTOR_CLASSNAME

public static final String ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor. Value:

ANT_EXECUTOR_REFERENCE

public static final String ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor Value:

ANT_FILE

public static final String ANT_FILE
property for ant file name Value:

ANT_HOME

public static final String ANT_HOME
Property used to store the location of ant.
Since:
Ant 1.7

ANT_JAVA_VERSION

public static final String ANT_JAVA_VERSION
Property used to store the java version ant is running in.
Since:
Ant 1.7

ANT_LIB

public static final String ANT_LIB
Property used to store the location of the ant library (typically the ant.jar file.)
Since:
Ant 1.7

ANT_VERSION

public static final String ANT_VERSION
Ant version property.

BUILD_JAVAC_SOURCE

public static final String BUILD_JAVAC_SOURCE
property that provides the default value for javac's and javadoc's source attribute.
Since:
Ant 1.7 Value:

BUILD_JAVAC_TARGET

public static final String BUILD_JAVAC_TARGET
property that provides the default value for javac's target attribute.
Since:
Ant 1.7 Value:

BUILD_SYSCLASSPATH

public static final String BUILD_SYSCLASSPATH
System classpath policy.

PROJECT_BASEDIR

public static final String PROJECT_BASEDIR
property name for basedir of the project Value:

REFID_CLASSPATH_LOADER_PREFIX

public static final String REFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references. Value:

REFID_CLASSPATH_REUSE_LOADER

public static final String REFID_CLASSPATH_REUSE_LOADER
Name of the magic property that controls classloader reuse
Since:
Ant 1.4. Value:

REFID_PROPERTY_HELPER

public static final String REFID_PROPERTY_HELPER
Reference used to store the property helper Value:

REGEXP_IMPL

public static final String REGEXP_IMPL
property for regular expression implementation. Value:

REPOSITORY_DIR_PROPERTY

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

REPOSITORY_URL_PROPERTY

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

SCRIPT_REPOSITORY

public static final String SCRIPT_REPOSITORY
The name of the script repository used by the script repo task Value

SYSTEM_LOADER_REF

public static final String SYSTEM_LOADER_REF
The name of the reference to the System Class Loader Value

TASKDEF_PROPERTIES_RESOURCE

public static final String TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under Value:

TYPEDEFS_PROPERTIES_RESOURCE

public static final String TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under Value: