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.