Package org.apache.tools.ant
Class ExtensionPoint
java.lang.Object
org.apache.tools.ant.Target
org.apache.tools.ant.ExtensionPoint
- All Implemented Interfaces:
- TaskContainer
An extension point build files can provide as a place where other
 build files can add new dependencies.
- Since:
- Ant 1.8.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidThrows an exception.final voidThrows an exception.Methods inherited from class org.apache.tools.ant.TargetaddDependency, dependsOn, execute, getDependencies, getDescription, getIf, getLocation, getName, getProject, getTasks, getUnless, parseDepends, performTasks, setDepends, setDescription, setIf, setIf, setLocation, setName, setProject, setUnless, setUnless, toString
- 
Constructor Details- 
ExtensionPointpublic ExtensionPoint()
- 
ExtensionPoint
 
- 
- 
Method Details- 
addTaskThrows an exception.- Specified by:
- addTaskin interface- TaskContainer
- Overrides:
- addTaskin class- Target
- Parameters:
- task- The task to be added. Must not be- null.
 
- 
addDataTypeThrows an exception.- Overrides:
- addDataTypein class- Target
- Parameters:
- r- The wrapper for the data type element to be added. Must not be- null.
 
 
-