public final class MagicNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor.
|
static String |
ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor.
|
static String |
ANT_FILE
property for ant file name.
|
static String |
ANT_FILE_TYPE
property for type of ant build file (either file or url)
Value: "ant.file.type"
|
static String |
ANT_FILE_TYPE_FILE
ant build file of type file
Value: "file"
|
static String |
ANT_FILE_TYPE_URL
ant build file of type url
Value: "url"
|
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.)
Value: "ant.core.lib"
|
static String |
ANT_SHELL_LAUNCHER_REF_ID
Name of the project reference holding an instance of
CommandLauncher to use
when executing commands with the help of an external skript. |
static String |
ANT_VERSION
Ant version property.
|
static String |
ANT_VM_LAUNCHER_REF_ID
Name of the project reference holding an instance of
CommandLauncher to use
when executing commands without the help of an external skript. |
static String |
ANTLIB_PREFIX
prefix for antlib URIs:
"antlib:"
|
static String |
ATTRIBUTE_NAMESPACE
Name of the namespace "type".
|
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 |
HTTP_AGENT_PROPERTY
Name of the property which can provide an override of the
User-Agent used in <get> tasks.
|
static String |
PROJECT_BASEDIR
property name for basedir of the project.
|
static String |
PROJECT_DEFAULT_TARGET
Name of the property holding the default target of the
currently executing project, if one has been specified.
|
static String |
PROJECT_HELPER_CLASS
Name of JVM system property which provides the name of the ProjectHelper class to use.
|
static String |
PROJECT_HELPER_SERVICE
The service identifier in jars which provide ProjectHelper implementations.
|
static String |
PROJECT_INVOKED_TARGETS
Name of the property holding a comma separated list of targets
that have been invoked (from the command line).
|
static String |
PROJECT_NAME
Name of the property holding the name of the currently
executing project, if one has been specified.
|
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_LOCAL_PROPERTIES
Reference used to store the local properties.
|
static String |
REFID_PROJECT_HELPER
Name of ProjectHelper reference that we add to a project.
|
static String |
REFID_PROPERTY_HELPER
Reference used to store the property helper.
|
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.
|
static String |
REPOSITORY_URL_PROPERTY
Name of the property which can provide an override of the repository URL.
|
static String |
SCRIPT_REPOSITORY
The name of the script repository used by the script repo task.
|
static String |
SYSTEM_LOADER_REF
The name of the reference to the System Class Loader.
|
static String |
TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under.
|
static String |
TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under.
|
public static final String ANT_EXECUTOR_CLASSNAME
public static final String ANT_EXECUTOR_REFERENCE
public static final String ANT_FILE
public static final String ANT_FILE_TYPE
public static final String ANT_FILE_TYPE_FILE
public static final String ANT_FILE_TYPE_URL
public static final String ANT_HOME
public static final String ANT_JAVA_VERSION
public static final String ANT_LIB
public static final 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 String ANT_VERSION
public static final 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 String ANTLIB_PREFIX
public static final String ATTRIBUTE_NAMESPACE
public static final String BUILD_JAVAC_SOURCE
public static final String BUILD_JAVAC_TARGET
public static final String BUILD_SYSCLASSPATH
public static final String HTTP_AGENT_PROPERTY
public static final String PROJECT_BASEDIR
public static final String PROJECT_DEFAULT_TARGET
public static final String PROJECT_HELPER_CLASS
public static final String PROJECT_HELPER_SERVICE
public static final String PROJECT_INVOKED_TARGETS
public static final String PROJECT_NAME
public static final String REFID_CLASSPATH_LOADER_PREFIX
public static final String REFID_CLASSPATH_REUSE_LOADER
public static final String REFID_LOCAL_PROPERTIES
public static final String REFID_PROJECT_HELPER
public static final String REFID_PROPERTY_HELPER
public static final String REGEXP_IMPL
public static final String REPOSITORY_DIR_PROPERTY
public static final String REPOSITORY_URL_PROPERTY
public static final String SCRIPT_REPOSITORY
public static final String SYSTEM_LOADER_REF
public static final String TASKDEF_PROPERTIES_RESOURCE
public static final String TYPEDEFS_PROPERTIES_RESOURCE