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