Modifier and Type | Field and Description |
---|---|
public static final String | ANT_CORE_PACKAGE
Name of Ant core package Value: org.apache.tools.ant |
public static final String | ANT_EXECUTOR_CLASSNAME
Property defining the classname of an executor. |
public static final String | ANT_EXECUTOR_REFERENCE
Reference to the current Ant executor. |
public static final String | ANT_FILE
property for ant file name. |
public static final String | ANT_FILE_TYPE
property for type of ant build file (either file or url) Value: ant.file.type |
public static final String | ANT_FILE_TYPE_FILE
ant build file of type file Value: file |
public static final String | ANT_FILE_TYPE_URL
ant build file of type url Value: url |
public static final String | ANT_HOME
Property used to store the location of ant. |
public static final String | ANT_JAVA_VERSION
Property used to store the java version ant is running in. Value: ant.java.version |
public static final String | ANT_LIB
Property used to store the location of the ant library (typically the ant.jar file.) Value: ant.core.lib |
public static final String | ANT_SHELL_LAUNCHER_REF_ID
Name of the project reference holding an instance of |
public static final String | ANT_VERSION
Ant version property. |
public static final String | ANT_VM_LAUNCHER_REF_ID
Name of the project reference holding an instance of |
public static final String | ANTLIB_PREFIX
prefix for antlib URIs: antlib: |
public static final String | ATTRIBUTE_NAMESPACE
Name of the namespace "type". |
public static final String | AUTO_TMPDIR
Magic property that will be set to override java.io.tmpdir
system property as the location for Ant's default temporary
directory if a temp file is created and |
public static final String | BUILD_JAVAC_SOURCE
property that provides the default value for javac's and javadoc's source attribute. |
public static final String | BUILD_JAVAC_TARGET
property that provides the default value for javac's target attribute. |
public static final String | BUILD_SYSCLASSPATH
System classpath policy. |
public static final String | DISABLE_NASHORN_COMPAT
Magic property that can be used to disable Nashorn compatibility mode when using GraalVM JavaScript as script engine. |
public static final String | HTTP_AGENT_PROPERTY
Name of the property which can provide an override of the User-Agent used in <get> tasks. |
public static final String | PROJECT_BASEDIR
property name for basedir of the project. |
public static final String | PROJECT_DEFAULT_TARGET
Name of the property holding the default target of the currently executing project, if one has been specified. |
public static final String | PROJECT_HELPER_CLASS
Name of JVM system property which provides the name of the ProjectHelper class to use. |
public static final String | PROJECT_HELPER_SERVICE
The service identifier in jars which provide ProjectHelper implementations. |
public static final String | PROJECT_INVOKED_TARGETS
Name of the property holding a comma separated list of targets that have been invoked (from the command line). |
public static final String | PROJECT_NAME
Name of the property holding the name of the currently executing project, if one has been specified. |
public static final String | REFID_CLASSPATH_LOADER_PREFIX
Prefix used to store classloader references. |
public static final String | REFID_CLASSPATH_REUSE_LOADER
Name of the magic property that controls classloader reuse. |
public static final String | REFID_LOCAL_PROPERTIES
Reference used to store the local properties. |
public static final String | REFID_PROJECT_HELPER
Name of ProjectHelper reference that we add to a project. |
public static final String | REFID_PROPERTY_HELPER
Reference used to store the property helper. |
public static final String | REGEXP_IMPL
property for regular expression implementation. |
public static final String | REPOSITORY_DIR_PROPERTY
Name of the property which can provide an override of the repository dir. |
public static final String | REPOSITORY_URL_PROPERTY
Name of the property which can provide an override of the repository URL. |
public static final String | SCRIPT_CACHE
The name of the script cache used by the script runner. |
public static final String | SCRIPT_REPOSITORY
The name of the script repository used by the script repo task. |
public static final String | SYSTEM_LOADER_REF
The name of the reference to the System Class Loader. |
public static final String | TASKDEF_PROPERTIES_RESOURCE
name of the resource that taskdefs are stored under. |
public static final String | TMPDIR
Magic property that can be set to override the java.io.tmpdir system property as the location for Ant's default temporary directory. |
public static final String | TSTAMP_NOW
Magic property that can be set to contain a value for tstamp's "now" in order to make builds that use the task create reproducible results. |
public static final String | TSTAMP_NOW_ISO
Magic property that can be set to contain a value for tstamp's "now" in order to make builds that use the task create reproducible results. |
public static final String | TYPEDEFS_PROPERTIES_RESOURCE
name of the resource that typedefs are stored under. |
public static final String | WARN_SECURITY_MANAGER_USAGE
When running on Java 18 or higher runtime, Ant will throw a |
Access | Constructor and Description |
---|---|
private |
ANT_CORE_PACKAGE | back to summary |
---|---|
public static final String ANT_CORE_PACKAGE Name of Ant core package Value: org.apache.tools.ant
|
ANT_EXECUTOR_CLASSNAME | back to summary |
---|---|
public static final String ANT_EXECUTOR_CLASSNAME Property defining the classname of an executor. Value: ant.executor.class |
ANT_EXECUTOR_REFERENCE | back to summary |
---|---|
public static final String ANT_EXECUTOR_REFERENCE Reference to the current Ant executor. Value: ant.executor |
ANT_FILE | back to summary |
---|---|
public static final String ANT_FILE property for ant file name. Value: ant.file |
ANT_FILE_TYPE | back to summary |
---|---|
public static final String ANT_FILE_TYPE property for type of ant build file (either file or url) Value: ant.file.type
|
ANT_FILE_TYPE_FILE | back to summary |
---|---|
public static final String ANT_FILE_TYPE_FILE ant build file of type file Value: file
|
ANT_FILE_TYPE_URL | back to summary |
---|---|
public static final String ANT_FILE_TYPE_URL ant build file of type url Value: url
|
ANT_HOME | back to summary |
---|---|
public static final String ANT_HOME Property used to store the location of ant. Value: ant.home
|
ANT_JAVA_VERSION | back to summary |
---|---|
public static final String ANT_JAVA_VERSION Property used to store the java version ant is running in. Value: ant.java.version
|
ANT_LIB | back to summary |
---|---|
public static final String ANT_LIB Property used to store the location of the ant library (typically the ant.jar file.) Value: ant.core.lib
|
ANT_SHELL_LAUNCHER_REF_ID | back to summary |
---|---|
public static final String ANT_SHELL_LAUNCHER_REF_ID Name of the project reference holding an instance of Alternatively this is the name of a system property holding
the fully qualified class name of a
|
ANT_VERSION | back to summary |
---|---|
public static final String ANT_VERSION Ant version property. Value: ant.version |
ANT_VM_LAUNCHER_REF_ID | back to summary |
---|---|
public static final String ANT_VM_LAUNCHER_REF_ID Name of the project reference holding an instance of Alternatively this is the name of a system property holding
the fully qualified class name of a
|
ANTLIB_PREFIX | back to summary |
---|---|
public static final String ANTLIB_PREFIX prefix for antlib URIs: antlib: |
ATTRIBUTE_NAMESPACE | back to summary |
---|---|
public static final String ATTRIBUTE_NAMESPACE Name of the namespace "type". (Note: cannot be used as an element.)
|
AUTO_TMPDIR | back to summary |
---|---|
public static final String AUTO_TMPDIR Magic property that will be set to override java.io.tmpdir
system property as the location for Ant's default temporary
directory if a temp file is created and
|
BUILD_JAVAC_SOURCE | back to summary |
---|---|
public static final String BUILD_JAVAC_SOURCE property that provides the default value for javac's and javadoc's source attribute. Value: ant.build.javac.source
|
BUILD_JAVAC_TARGET | back to summary |
---|---|
public static final String BUILD_JAVAC_TARGET property that provides the default value for javac's target attribute. Value: ant.build.javac.target
|
BUILD_SYSCLASSPATH | back to summary |
---|---|
public static final String BUILD_SYSCLASSPATH System classpath policy. Value: build.sysclasspath |
DISABLE_NASHORN_COMPAT | back to summary |
---|---|
public static final String DISABLE_NASHORN_COMPAT Magic property that can be used to disable Nashorn compatibility mode when using GraalVM JavaScript as script engine. Set this to "true" if you want to disable Nashorn compatibility mode. Value: ant.disable.graal.nashorn.compat
|
HTTP_AGENT_PROPERTY | back to summary |
---|---|
public static final String HTTP_AGENT_PROPERTY Name of the property which can provide an override of the User-Agent used in <get> tasks. Value ant.http.agent |
PROJECT_BASEDIR | back to summary |
---|---|
public static final String PROJECT_BASEDIR property name for basedir of the project. Value: basedir |
PROJECT_DEFAULT_TARGET | back to summary |
---|---|
public static final String PROJECT_DEFAULT_TARGET Name of the property holding the default target of the currently executing project, if one has been specified. Value: ant.project.default-target
|
PROJECT_HELPER_CLASS | back to summary |
---|---|
public static final String PROJECT_HELPER_CLASS Name of JVM system property which provides the name of the ProjectHelper class to use. Value: org.apache.tools.ant.ProjectHelper |
PROJECT_HELPER_SERVICE | back to summary |
---|---|
public static final String PROJECT_HELPER_SERVICE The service identifier in jars which provide ProjectHelper implementations. Value: META-INF/services/org.apache.tools.ant.ProjectHelper |
PROJECT_INVOKED_TARGETS | back to summary |
---|---|
public static final String PROJECT_INVOKED_TARGETS Name of the property holding a comma separated list of targets that have been invoked (from the command line). Value: ant.project.invoked-targets
|
PROJECT_NAME | back to summary |
---|---|
public static final String PROJECT_NAME Name of the property holding the name of the currently executing project, if one has been specified. Value: ant.project.name
|
REFID_CLASSPATH_LOADER_PREFIX | back to summary |
---|---|
public static final String REFID_CLASSPATH_LOADER_PREFIX Prefix used to store classloader references. Value: ant.loader. |
REFID_CLASSPATH_REUSE_LOADER | back to summary |
---|---|
public static final String REFID_CLASSPATH_REUSE_LOADER Name of the magic property that controls classloader reuse. Value: ant.reuse.loader
|
REFID_LOCAL_PROPERTIES | back to summary |
---|---|
public static final String REFID_LOCAL_PROPERTIES Reference used to store the local properties. Value: ant.LocalProperties |
REFID_PROJECT_HELPER | back to summary |
---|---|
public static final String REFID_PROJECT_HELPER Name of ProjectHelper reference that we add to a project. Value: ant.projectHelper |
REFID_PROPERTY_HELPER | back to summary |
---|---|
public static final String REFID_PROPERTY_HELPER Reference used to store the property helper. Value: ant.PropertyHelper |
REGEXP_IMPL | back to summary |
---|---|
public static final String REGEXP_IMPL property for regular expression implementation. Value: ant.regexp.regexpimpl |
REPOSITORY_DIR_PROPERTY | back to summary |
---|---|
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 ant.maven.repository.dir |
REPOSITORY_URL_PROPERTY | back to summary |
---|---|
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 ant.maven.repository.url |
SCRIPT_CACHE | back to summary |
---|---|
public static final String SCRIPT_CACHE The name of the script cache used by the script runner. Value org.apache.ant.scriptcache |
SCRIPT_REPOSITORY | back to summary |
---|---|
public static final String SCRIPT_REPOSITORY The name of the script repository used by the script repo task. Value org.apache.ant.scriptrepo |
SYSTEM_LOADER_REF | back to summary |
---|---|
public static final String SYSTEM_LOADER_REF The name of the reference to the System Class Loader. Value ant.coreLoader |
TASKDEF_PROPERTIES_RESOURCE | back to summary |
---|---|
public static final String TASKDEF_PROPERTIES_RESOURCE name of the resource that taskdefs are stored under. Value: /org/apache/tools/ant/taskdefs/defaults.properties |
TMPDIR | back to summary |
---|---|
public static final String TMPDIR Magic property that can be set to override the java.io.tmpdir system property as the location for Ant's default temporary directory. Value: ant.tmpdir
|
TSTAMP_NOW | back to summary |
---|---|
public static final String TSTAMP_NOW Magic property that can be set to contain a value for tstamp's "now" in order to make builds that use the task create reproducible results. The value is expected to be a number representing the date as seconds since the epoch. Value: ant.tstamp.now
|
TSTAMP_NOW_ISO | back to summary |
---|---|
public static final String TSTAMP_NOW_ISO Magic property that can be set to contain a value for tstamp's "now" in order to make builds that use the task create reproducible results. The value is expected to be in ISO time format (1972-04-17T08:07) Value: ant.tstamp.now.iso
|
TYPEDEFS_PROPERTIES_RESOURCE | back to summary |
---|---|
public static final String TYPEDEFS_PROPERTIES_RESOURCE name of the resource that typedefs are stored under. Value: /org/apache/tools/ant/types/defaults.properties |
WARN_SECURITY_MANAGER_USAGE | back to summary |
---|---|
public static final String WARN_SECURITY_MANAGER_USAGE When running on Java 18 or higher runtime, Ant will throw a
|
MagicNames | back to summary |
---|---|
private MagicNames() |