org.apache.tools.ant.taskdefs

Class Componentdef

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class Componentdef
    extends Definer
    Adds a component definition to the current project.

    Used in the current project two attributes are needed, the name that identifies this component uniquely, and the full name of the class (including the packages) that implements this component.

    Since:
    Ant 1.8
    • Constructor Detail

      • Componentdef

        public Componentdef()
        Default constructor. Creates a new Componentdef instance. Sets the restrict attribute to true.