org.apache.tools.ant

Class MagicNames

public final class MagicNames extends Object

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

Since: Ant 1.6

Field Summary
static StringANTLIB_PREFIX
prefix for antlib URIs:
static StringANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor.
static StringANT_EXECUTOR_REFERENCE
Reference to the current Ant executor.
static StringANT_FILE
property for ant file name.
static StringANT_HOME
Property used to store the location of ant.
static StringANT_JAVA_VERSION
Property used to store the java version ant is running in.
static StringANT_LIB
Property used to store the location of the ant library (typically the ant.jar file.)
static StringANT_VERSION
Ant version property.
static StringBUILD_JAVAC_SOURCE
property that provides the default value for javac's and javadoc's source attribute.
static StringBUILD_JAVAC_TARGET
property that provides the default value for javac's target attribute.
static StringBUILD_SYSCLASSPATH
System classpath policy.
static StringPROJECT_BASEDIR
property name for basedir of the project.
static StringPROJECT_HELPER_CLASS
Name of JVM system property which provides the name of the ProjectHelper class to use.
static StringPROJECT_HELPER_SERVICE
The service identifier in jars which provide ProjectHelper implementations.
static StringREFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references.
static StringREFID_CLASSPATH_REUSE_LOADER
Name of the magic property that controls classloader reuse.
static StringREFID_PROJECT_HELPER
Name of ProjectHelper reference that we add to a project.
static StringREFID_PROPERTY_HELPER
Reference used to store the property helper.
static StringREGEXP_IMPL
property for regular expression implementation.
static StringREPOSITORY_DIR_PROPERTY
Name of the property which can provide an override of the repository dir. for the libraries task Value
static StringREPOSITORY_URL_PROPERTY
Name of the property which can provide an override of the repository URL. for the libraries task Value
static StringSCRIPT_REPOSITORY
The name of the script repository used by the script repo task.
static StringSYSTEM_LOADER_REF
The name of the reference to the System Class Loader.
static StringTASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under.
static StringTYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under.

Field Detail

ANTLIB_PREFIX

public static final String ANTLIB_PREFIX
prefix for antlib URIs: {@value }

ANT_EXECUTOR_CLASSNAME

public static final String ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor. Value: {@value }

ANT_EXECUTOR_REFERENCE

public static final String ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor. Value: {@value }

ANT_FILE

public static final String ANT_FILE
property for ant file name. Value: {@value }

ANT_HOME

public static final String ANT_HOME
Property used to store the location of ant. Value: {@value }

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. Value: {@value }

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.) Value: {@value }

Since: Ant 1.7

ANT_VERSION

public static final String ANT_VERSION
Ant version property. Value: {@value }

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: {@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: {@value }

BUILD_SYSCLASSPATH

public static final String BUILD_SYSCLASSPATH
System classpath policy. Value: {@value }

PROJECT_BASEDIR

public static final String PROJECT_BASEDIR
property name for basedir of the project. Value: {@value }

PROJECT_HELPER_CLASS

public static final String PROJECT_HELPER_CLASS
Name of JVM system property which provides the name of the ProjectHelper class to use. Value: {@value }

PROJECT_HELPER_SERVICE

public static final String PROJECT_HELPER_SERVICE
The service identifier in jars which provide ProjectHelper implementations. Value: {@value }

REFID_CLASSPATH_LOADER_PREFIX

public static final String REFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references. Value: {@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: {@value }

REFID_PROJECT_HELPER

public static final String REFID_PROJECT_HELPER
Name of ProjectHelper reference that we add to a project. Value: {@value }

REFID_PROPERTY_HELPER

public static final String REFID_PROPERTY_HELPER
Reference used to store the property helper. Value: {@value }

REGEXP_IMPL

public static final String REGEXP_IMPL
property for regular expression implementation. Value: {@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 {@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 {@value }

SCRIPT_REPOSITORY

public static final String SCRIPT_REPOSITORY
The name of the script repository used by the script repo task. Value {@value }

SYSTEM_LOADER_REF

public static final String SYSTEM_LOADER_REF
The name of the reference to the System Class Loader. Value {@value }

TASKDEF_PROPERTIES_RESOURCE

public static final String TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under. Value: {@value }

TYPEDEFS_PROPERTIES_RESOURCE

public static final String TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under. Value: {@value }