public class ExtensionPoint extends Target
| Constructor and Description | 
|---|
| ExtensionPoint() | 
| ExtensionPoint(Target other)Cloning constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDataType(RuntimeConfigurable r)Throws an exception. | 
| void | addTask(Task task)Throws an exception. | 
addDependency, dependsOn, execute, getDependencies, getDescription, getIf, getLocation, getName, getProject, getTasks, getUnless, parseDepends, performTasks, setDepends, setDescription, setIf, setIf, setLocation, setName, setProject, setUnless, setUnless, toStringpublic ExtensionPoint()
public ExtensionPoint(Target other)
other - the Target to clone.public final void addDataType(RuntimeConfigurable r)
addDataType in class Targetr - The wrapper for the data type element to be added.
          Must not be null.public final void addTask(Task task)
addTask in interface TaskContaineraddTask in class Targettask - The task to be added. Must not be null.