org.apache.tools.ant

Class MagicNames

public class MagicNames extends Object

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

Since: Ant 1.6

Field Summary
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

Field Detail

SCRIPT_REPOSITORY

public static final String SCRIPT_REPOSITORY
The name of the script repository used by the script repo task

SYSTEM_LOADER_REF

public static final String SYSTEM_LOADER_REF
The name of the reference to the System Class Loader
Copyright