diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/buildtools.AntTask-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/buildtools.AntTask-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,226 @@ + + + + + buildtools.AntTask + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +