diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.scanners.FileSystemScanner-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/archive.scanners.FileSystemScanner-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,298 @@ + + + + + archive.scanners.FileSystemScanner + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +