org.apache.tools.ant

Class ExtensionPoint

public class ExtensionPoint extends Target

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

Since: Ant 1.8.0

Method Summary
voidaddDataType(RuntimeConfigurable r)
Throws an exception.
voidaddTask(Task task)
Throws an exception.

Method Detail

addDataType

public final void addDataType(RuntimeConfigurable r)
Throws an exception.

addTask

public final void addTask(Task task)
Throws an exception.