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

Class FileSystemScanner

source code

               object --+        
                        |        
fileutils.AbstractScanner --+    
                            |    
        fileutils.FileScanner --+
                                |
               object --+       |
                        |       |
fileutils.AbstractScanner --+   |
                            |   |
                      Scanner --+
                                |
                               FileSystemScanner

Scanning the filesystem.

Instance Methods [hide private]
 
__init__(self, config)
Initialization.
source code
 
scan(self)
Implement the scanning of the filesystem.
source code

Inherited from fileutils.FileScanner: __repr__, __str__, find_subroots

Inherited from Scanner: add_exclude_lst, setup

Inherited from fileutils.AbstractScanner: 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 
Initialization.
Overrides: fileutils.FileScanner.__init__
(inherited documentation)

scan(self)

source code 
Implement the scanning of the filesystem. Actually delegate scanning of a directory to Filescanner.
Overrides: fileutils.FileScanner.scan