diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.tools.Tool-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/archive.tools.Tool-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,247 @@ + + + + + archive.tools.Tool + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package archive :: + Module tools :: + Class Tool + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class Tool

source code

+
+object --+
+         |
+        Tool
+
+ +
+Tool abstract class.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
extension(self)
+ This method should return the extension of the generated file.
+ source code + +
+ +
+   + + + + + + +
create_command(self, + path, + filename, + manifests=None)
+ This method should return an array of buildtools.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]
+
+ +
+ +
+ + +
+

create_command(self, + path, + filename, + manifests=None) +

+
source code  +
+ + This method should return an array of buildtools.Command. +That list will get use to generate a build file (e.g make, ant). +The list of command should support in parallel calling. +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +