public final class MagicNames
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ANT_EXECUTOR_CLASSNAMEProperty defining the classname of an executor. | 
| static java.lang.String | ANT_EXECUTOR_REFERENCEReference to the current Ant executor. | 
| static java.lang.String | ANT_FILEproperty for ant file name. | 
| static java.lang.String | ANT_FILE_TYPEproperty for type of ant build file (either file or url)
 Value: "ant.file.type" | 
| static java.lang.String | ANT_FILE_TYPE_FILEant build file of type file
 Value: "file" | 
| static java.lang.String | ANT_FILE_TYPE_URLant build file of type url
 Value: "url" | 
| static java.lang.String | ANT_HOMEProperty used to store the location of ant. | 
| static java.lang.String | ANT_JAVA_VERSIONProperty used to store the java version ant is running in. | 
| static java.lang.String | ANT_LIBProperty used to store the location of the ant library (typically the ant.jar file.)
 Value: "ant.core.lib" | 
| static java.lang.String | ANT_SHELL_LAUNCHER_REF_IDName of the project reference holding an instance of  CommandLauncherto use
 when executing commands with the help of an external skript. | 
| static java.lang.String | ANT_VERSIONAnt version property. | 
| static java.lang.String | ANT_VM_LAUNCHER_REF_IDName of the project reference holding an instance of  CommandLauncherto use
 when executing commands without the help of an external skript. | 
| static java.lang.String | ANTLIB_PREFIXprefix for antlib URIs:
 "antlib:" | 
| static java.lang.String | ATTRIBUTE_NAMESPACEName of the namespace "type". | 
| static java.lang.String | BUILD_JAVAC_SOURCEproperty that provides the default value for javac's and
 javadoc's source attribute. | 
| static java.lang.String | BUILD_JAVAC_TARGETproperty that provides the default value for javac's target attribute. | 
| static java.lang.String | BUILD_SYSCLASSPATHSystem classpath policy. | 
| static java.lang.String | HTTP_AGENT_PROPERTYName of the property which can provide an override of the
 User-Agent used in <get> tasks. | 
| static java.lang.String | PROJECT_BASEDIRproperty name for basedir of the project. | 
| static java.lang.String | PROJECT_DEFAULT_TARGETName of the property holding the default target of the
 currently executing project, if one has been specified. | 
| static java.lang.String | PROJECT_HELPER_CLASSName of JVM system property which provides the name of the ProjectHelper class to use. | 
| static java.lang.String | PROJECT_HELPER_SERVICEThe service identifier in jars which provide ProjectHelper implementations. | 
| static java.lang.String | PROJECT_INVOKED_TARGETSName of the property holding a comma separated list of targets
 that have been invoked (from the command line). | 
| static java.lang.String | PROJECT_NAMEName of the property holding the name of the currently
 executing project, if one has been specified. | 
| static java.lang.String | REFID_CLASSPATH_LOADER_PREFIXPrefix used to store classloader references. | 
| static java.lang.String | REFID_CLASSPATH_REUSE_LOADERName of the magic property that controls classloader reuse. | 
| static java.lang.String | REFID_LOCAL_PROPERTIESReference used to store the local properties. | 
| static java.lang.String | REFID_PROJECT_HELPERName of ProjectHelper reference that we add to a project. | 
| static java.lang.String | REFID_PROPERTY_HELPERReference used to store the property helper. | 
| static java.lang.String | REGEXP_IMPLproperty for regular expression implementation. | 
| static java.lang.String | REPOSITORY_DIR_PROPERTYName of the property which can provide an override of the repository dir. | 
| static java.lang.String | REPOSITORY_URL_PROPERTYName of the property which can provide an override of the repository URL. | 
| static java.lang.String | SCRIPT_REPOSITORYThe name of the script repository used by the script repo task. | 
| static java.lang.String | SYSTEM_LOADER_REFThe name of the reference to the System Class Loader. | 
| static java.lang.String | TASKDEF_PROPERTIES_RESOURCEname of the resource that taskdefs are stored under. | 
| static java.lang.String | TYPEDEFS_PROPERTIES_RESOURCEname of the resource that typedefs are stored under. | 
public static final java.lang.String ANTLIB_PREFIX
public static final java.lang.String ANT_VERSION
public static final java.lang.String BUILD_SYSCLASSPATH
public static final java.lang.String SCRIPT_REPOSITORY
public static final java.lang.String SYSTEM_LOADER_REF
public static final java.lang.String REPOSITORY_DIR_PROPERTY
public static final java.lang.String REPOSITORY_URL_PROPERTY
public static final java.lang.String TASKDEF_PROPERTIES_RESOURCE
public static final java.lang.String TYPEDEFS_PROPERTIES_RESOURCE
public static final java.lang.String ANT_EXECUTOR_REFERENCE
public static final java.lang.String ANT_EXECUTOR_CLASSNAME
public static final java.lang.String PROJECT_BASEDIR
public static final java.lang.String ANT_FILE
public static final java.lang.String ANT_FILE_TYPE
public static final java.lang.String ANT_FILE_TYPE_FILE
public static final java.lang.String ANT_FILE_TYPE_URL
public static final java.lang.String ANT_JAVA_VERSION
public static final java.lang.String ANT_HOME
public static final java.lang.String ANT_LIB
public static final java.lang.String REGEXP_IMPL
public static final java.lang.String BUILD_JAVAC_SOURCE
public static final java.lang.String BUILD_JAVAC_TARGET
public static final java.lang.String REFID_CLASSPATH_REUSE_LOADER
public static final java.lang.String REFID_CLASSPATH_LOADER_PREFIX
public static final java.lang.String REFID_PROPERTY_HELPER
public static final java.lang.String REFID_LOCAL_PROPERTIES
public static final java.lang.String PROJECT_HELPER_CLASS
public static final java.lang.String PROJECT_HELPER_SERVICE
public static final java.lang.String REFID_PROJECT_HELPER
public static final java.lang.String PROJECT_NAME
public static final java.lang.String PROJECT_DEFAULT_TARGET
public static final java.lang.String PROJECT_INVOKED_TARGETS
public static final java.lang.String ANT_SHELL_LAUNCHER_REF_ID
CommandLauncher to use
 when executing commands with the help of an external skript.
 Alternatively this is the name of a system property holding
 the fully qualified class name of a CommandLauncher.
public static final java.lang.String ANT_VM_LAUNCHER_REF_ID
CommandLauncher to use
 when executing commands without the help of an external skript.
 Alternatively this is the name of a system property holding
 the fully qualified class name of a CommandLauncher.
public static final java.lang.String ATTRIBUTE_NAMESPACE
public static final java.lang.String HTTP_AGENT_PROPERTY