org.apache.tools.ant.taskdefs

Class AttributeNamespaceDef

  • All Implemented Interfaces:
    java.lang.Cloneable


    public final class AttributeNamespaceDef
    extends AntlibDefinition
    Definition to allow the URI to be considered for Ant attributes.
    Since:
    Ant 1.9.1
    • Constructor Detail

      • AttributeNamespaceDef

        public AttributeNamespaceDef()
    • Method Detail

      • execute

        public void execute()
        Run the definition. This registers the XML namespace (URI) as a namespace for attributes.
        Overrides:
        execute in class Task