Package imaker :: Module api :: Class IMakerConfigScanner
[hide private]
[frames] | no frames]

Class IMakerConfigScanner

source code

               object --+    
                        |    
fileutils.AbstractScanner --+
                            |
                           IMakerConfigScanner

Specialize the abstract filescanner to support detection of the configuration.

Instance Methods [hide private]
 
scan(self)
Implement scanning of relevant configuration.
source code

Inherited from fileutils.AbstractScanner: __init__, __repr__, __str__, add_exclude, add_exclude_file, add_filetype, add_include, add_selector, is_excluded, is_filetype, is_included, is_selected, match, test_path

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

scan(self)

source code 
Implement scanning of relevant configuration.
Overrides: fileutils.AbstractScanner.scan