Cari di Apache Ant 
    Apache Ant User Manual
Daftar Isi
(Sebelumnya) Writing Your Own TaskInputHandler (Berikutnya)
Developing with Apache Ant

Tasks Designed for Extension

Tasks Designed for Extension

These classes are designed to be extended. Always start here when writing your own task.

The links will not work in the online version of this document.

ClassDescription
TaskBase class for all tasks.
AbstractCvsTaskAnother task can extend this with some customized output processing
JDBCTaskHandles JDBC configuration needed by SQL type tasks.
MatchingTaskThis is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
PackAbstract Base class for pack tasks.
UnpackAbstract Base class for unpack tasks.
DispatchTaskAbstract Base class for tasks that may have multiple actions.
(Sebelumnya) Writing Your Own TaskInputHandler (Berikutnya)