org.apache.tools.ant
Class MagicNames

java.lang.Object
  extended by org.apache.tools.ant.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 java.lang.String ANT_EXECUTOR_CLASSNAME
          Property defining the classname of an executor.
static java.lang.String ANT_EXECUTOR_REFERENCE
          Reference to the current Ant executor Value: "ant.executor"
static java.lang.String ANT_FILE
          property for ant file name Value: "ant.file"
static java.lang.String ANT_HOME
          Property used to store the location of ant.
static java.lang.String ANT_JAVA_VERSION
          Property used to store the java version ant is running in.
static java.lang.String ANT_LIB
          Property used to store the location of the ant library (typically the ant.jar file.)
static java.lang.String ANT_VERSION
          Ant version property.
static java.lang.String ANTLIB_PREFIX
          prefix for antlib URIs: "antlib:"
static java.lang.String BUILD_JAVAC_SOURCE
          property that provides the default value for javac's and javadoc's source attribute.
static java.lang.String BUILD_JAVAC_TARGET
          property that provides the default value for javac's target attribute.
static java.lang.String BUILD_SYSCLASSPATH
          System classpath policy.
static java.lang.String PROJECT_BASEDIR
          property name for basedir of the project Value: "basedir"
static java.lang.String REFID_CLASSPATH_LOADER_PREFIX
          Prefix used to store classloader references.
static java.lang.String REFID_CLASSPATH_REUSE_LOADER
          Name of the magic property that controls classloader reuse
static java.lang.String REFID_PROPERTY_HELPER
          Reference used to store the property helper Value: "ant.PropertyHelper"
static java.lang.String REGEXP_IMPL
          property for regular expression implementation.
static java.lang.String REPOSITORY_DIR_PROPERTY
          Name of the property which can provide an override of the repository dir for the libraries task Value "ant.maven.repository.dir"
static java.lang.String REPOSITORY_URL_PROPERTY
          Name of the property which can provide an override of the repository URL for the libraries task Value "ant.maven.repository.url"
static java.lang.String SCRIPT_REPOSITORY
          The name of the script repository used by the script repo task Value "org.apache.ant.scriptrepo"
static java.lang.String SYSTEM_LOADER_REF
          The name of the reference to the System Class Loader Value "ant.coreLoader"
static java.lang.String TASKDEF_PROPERTIES_RESOURCE
          name of the resource that taskdefs are stored under Value: "/org/apache/tools/ant/taskdefs/defaults.properties"
static java.lang.String TYPEDEFS_PROPERTIES_RESOURCE
          name of the resource that typedefs are stored under Value: "/org/apache/tools/ant/types/defaults.properties"
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANTLIB_PREFIX

public static final java.lang.String ANTLIB_PREFIX
prefix for antlib URIs: "antlib:"

See Also:
Constant Field Values

ANT_VERSION

public static final java.lang.String ANT_VERSION
Ant version property. "ant.version"

See Also:
Constant Field Values

BUILD_SYSCLASSPATH

public static final java.lang.String BUILD_SYSCLASSPATH
System classpath policy. "build.sysclasspath"

See Also:
Constant Field Values

SCRIPT_REPOSITORY

public static final java.lang.String SCRIPT_REPOSITORY
The name of the script repository used by the script repo task Value "org.apache.ant.scriptrepo"

See Also:
Constant Field Values

SYSTEM_LOADER_REF

public static final java.lang.String SYSTEM_LOADER_REF
The name of the reference to the System Class Loader Value "ant.coreLoader"

See Also:
Constant Field Values

REPOSITORY_DIR_PROPERTY

public static final java.lang.String REPOSITORY_DIR_PROPERTY
Name of the property which can provide an override of the repository dir for the libraries task Value "ant.maven.repository.dir"

See Also:
Constant Field Values

REPOSITORY_URL_PROPERTY

public static final java.lang.String REPOSITORY_URL_PROPERTY
Name of the property which can provide an override of the repository URL for the libraries task Value "ant.maven.repository.url"

See Also:
Constant Field Values

TASKDEF_PROPERTIES_RESOURCE

public static final java.lang.String TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under Value: "/org/apache/tools/ant/taskdefs/defaults.properties"

See Also:
Constant Field Values

TYPEDEFS_PROPERTIES_RESOURCE

public static final java.lang.String TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under Value: "/org/apache/tools/ant/types/defaults.properties"

See Also:
Constant Field Values

ANT_EXECUTOR_REFERENCE

public static final java.lang.String ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor Value: "ant.executor"

See Also:
Constant Field Values

ANT_EXECUTOR_CLASSNAME

public static final java.lang.String ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor. Value: "ant.executor.class"

See Also:
Constant Field Values

PROJECT_BASEDIR

public static final java.lang.String PROJECT_BASEDIR
property name for basedir of the project Value: "basedir"

See Also:
Constant Field Values

ANT_FILE

public static final java.lang.String ANT_FILE
property for ant file name Value: "ant.file"

See Also:
Constant Field Values

ANT_JAVA_VERSION

public static final java.lang.String ANT_JAVA_VERSION
Property used to store the java version ant is running in.

Since:
Ant 1.7
See Also:
Constant Field Values

ANT_HOME

public static final java.lang.String ANT_HOME
Property used to store the location of ant.

Since:
Ant 1.7
See Also:
Constant Field Values

ANT_LIB

public static final java.lang.String ANT_LIB
Property used to store the location of the ant library (typically the ant.jar file.)

Since:
Ant 1.7
See Also:
Constant Field Values

REGEXP_IMPL

public static final java.lang.String REGEXP_IMPL
property for regular expression implementation. Value: "ant.regexp.regexpimpl"

See Also:
Constant Field Values

BUILD_JAVAC_SOURCE

public static final java.lang.String BUILD_JAVAC_SOURCE
property that provides the default value for javac's and javadoc's source attribute.

Since:
Ant 1.7 Value: "ant.build.javac.source"
See Also:
Constant Field Values

BUILD_JAVAC_TARGET

public static final java.lang.String BUILD_JAVAC_TARGET
property that provides the default value for javac's target attribute.

Since:
Ant 1.7 Value: "ant.build.javac.target"
See Also:
Constant Field Values

REFID_CLASSPATH_REUSE_LOADER

public static final java.lang.String REFID_CLASSPATH_REUSE_LOADER
Name of the magic property that controls classloader reuse

Since:
Ant 1.4. Value: "ant.reuse.loader"
See Also:
Constant Field Values

REFID_CLASSPATH_LOADER_PREFIX

public static final java.lang.String REFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references. Value: "ant.loader."

See Also:
Constant Field Values

REFID_PROPERTY_HELPER

public static final java.lang.String REFID_PROPERTY_HELPER
Reference used to store the property helper Value: "ant.PropertyHelper"

See Also:
Constant Field Values