org.apache.tools.ant.taskdefs

Class Componentdef

public class Componentdef extends Definer

Adds a compenent definition to the current project. used in the current project. Two attributes are needed, the name that identifies this compenent uniquely, and the full name of the class ( including the packages) that implements this component.

Since: Ant 1.8

UNKNOWN: category="internal"

Constructor Summary
Componentdef()
Default constructor.

Constructor Detail

Componentdef

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