Package archive :: Module scanners :: Class AbldWhatScanner
[hide private]
[frames] | no frames]

Class AbldWhatScanner

source code

               object --+        
                        |        
fileutils.AbstractScanner --+    
                            |    
                      Scanner --+
                                |
                               AbldWhatScanner

Scanning the filesystem.

Instance Methods [hide private]
 
__init__(self, config) source code
 
scan(self)
Abld what commands.
source code
 
_run_cmd(self, cmd)
Run command.
source code
 
_scan_abld_what(self, cmd)
Abld what output parser.
source code

Inherited from Scanner: add_exclude_lst, setup

Inherited from fileutils.AbstractScanner: __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]

__init__(self, config)
(Constructor)

source code 
Overrides: Scanner.__init__

scan(self)

source code 
Abld what commands. include property have not effect on the selection mechanism.
Overrides: Scanner.scan