Package wafadmin :: Package Tools :: Module misc :: Class cmd_taskgen
[hide private]
[frames] | no frames]

Class cmd_taskgen

source code

      object --+    
               |    
TaskGen.task_gen --+
                   |
                  cmd_taskgen

This object will call a command everytime

Nested Classes [hide private]

Inherited from TaskGen.task_gen: __metaclass__

Instance Methods [hide private]
 
__init__(self, type='none')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
apply(self)
order the methods to execute using self.prec or task_gen.prec
source code

Inherited from TaskGen.task_gen: __setattr__, __str__, apply_core, clone, create_task, find_sources_in_dirs, get_hook, get_inst_path, post, set_inst_path, to_list

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

Class Variables [hide private]

Inherited from TaskGen.task_gen: classes, idx, install_path, mapped, mappings, traits

Instance Variables [hide private]

Inherited from TaskGen.task_gen: prec

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, type='none')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

apply(self)

source code 

order the methods to execute using self.prec or task_gen.prec

Overrides: TaskGen.task_gen.apply
(inherited documentation)