Plugins are encouraged to extend from {@link AbstractSubTask}instead of implementing this interface directly, to maintain compatibility with future changes to this interface. @since 1.377
An abstract base class for all sub-tasks. Common code and the contract is defined here.
Because of the way Ant is designed all setter methods automatically are settable config parameters. Note that by default init() method inherits default setting from the containing task via DocletContext. Setter methods in sub-task gives the user finer control over config parameters of the sub-task.
@author Ara Abrahamian (ara_e@email.com) @created June 16, 2001 @version $Revision: 1.75 $
|
|
|
|