Class ResourceLocation

java.lang.Object
org.apache.tools.ant.types.ResourceLocation
Direct Known Subclasses:
DTDLocation

public class ResourceLocation extends Object

Helper class to handle the <dtd> and <entity> nested elements. These correspond to the PUBLIC and URI catalog entry types, respectively, as defined in the OASIS "Open Catalog" standard.

Possible Future Enhancements:

  • Bring the Ant element names into conformance with the OASIS standard
  • Add support for additional OASIS catalog entry types
Since:
Ant 1.6
See Also:
  • Catalog