Module buildtools :: Class AntTask
[hide private]
[frames] | no frames]

Class AntTask

source code

object --+    
         |    
      Task --+
             |
            AntTask

Interface that defines supports for an Ant task rendering.

Instance Methods [hide private]
 
toAntTask(self, doc)
Override this method to convert a specific command into Ant command.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

toAntTask(self, doc)

source code 
Override this method to convert a specific command into Ant command. e.g: Delete Class will use delete task from Ant, else convert into perl ... remove filename.__getCommandByStage