Class ComponentHelper

java.lang.Object
org.apache.tools.ant.ComponentHelper

public class ComponentHelper extends Object
Component creation and configuration. The class is based around handing component definitions in an AntTypeTable. The old task/type methods have been kept for backward compatibly. Project will just delegate its calls to this class. A very simple hook mechanism is provided that allows users to plug in custom code. It is also possible to replace the default behavior (for example in an app embedding Ant)
Since:
Ant1.6