Top Description Fields Constructors Methods
org.apache.tools.ant

public Class ExtensionPoint

extends Target
Class Inheritance

An extension point build files can provide as a place where other build files can add new dependencies.
Since
Ant 1.8.0

Field Summary

Modifier and TypeField and Description
private static final String

Constructor Summary

AccessConstructor and Description
public
public
ExtensionPoint(Target
the Target to clone.
other
)

Cloning constructor.

Method Summary

Modifier and TypeMethod and Description
public final void
addDataType(RuntimeConfigurable
The wrapper for the data type element to be added. Must not be null.
r
)

Overrides org.apache.tools.ant.Target.addDataType.

Throws an exception.
public final void
addTask(Task
The task to be added. Must not be null.
task
)

Overrides org.apache.tools.ant.Target.addTask.

Implements org.apache.tools.ant.TaskContainer.addTask.

Throws an exception.
Inherited from org.apache.tools.ant.Target:
addDependencydependsOnexecutegetDependenciesgetDescriptiongetIfgetLocationgetNamegetProjectgetTasksgetUnlessparseDependsperformTasksreplaceChildreplaceChildsetDependssetDescriptionsetIfsetIfsetLocationsetNamesetProjectsetUnlesssetUnlesstoString

Field Detail

NO_CHILDREN_ALLOWEDback to summary
private static final String NO_CHILDREN_ALLOWED

Constructor Detail

ExtensionPointback to summary
public ExtensionPoint()
ExtensionPointback to summary
public ExtensionPoint(Target other)

Cloning constructor.

Parameters
other:Target

the Target to clone.

Method Detail

addDataTypeback to summary
public final void addDataType(RuntimeConfigurable r)

Overrides org.apache.tools.ant.Target.addDataType.

Throws an exception.

Parameters
r:RuntimeConfigurable

Doc from org.apache.tools.ant.Target.addDataType.

The wrapper for the data type element to be added. Must not be null.

Annotations
@Override
addTaskback to summary
public final void addTask(Task task)

Overrides org.apache.tools.ant.Target.addTask.

Implements org.apache.tools.ant.TaskContainer.addTask.

Throws an exception.

Parameters
task:Task

Doc from org.apache.tools.ant.Target.addTask.

The task to be added. Must not be null.

Annotations
@Override