diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.scanners-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/archive.scanners-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,263 @@ + + + + + archive.scanners + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package archive :: + Module scanners + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module scanners

source code

+Implementation of the available scanner for

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + Scanner
+ Abstract class that represent and input source. +
+   + + AbldWhatScanner
+ Scanning the filesystem. +
+   + + FileSystemScanner
+ Scanning the filesystem. +
+   + + InputFileScanner
+ Scanning the filesystem. +
+ + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
get_scanners(names, + config) + source code + +
+ +
+ + + + + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + logger = logging.getLogger('archive.scanners') +
+   + + logger_abld = logging.getLogger('archive.scanners.abld') +
+   + + __scanners = {'default': FileSystemScanner, 'input.file': Inpu... +
+ + + + + + +
+ + + + + +
Variables Details[hide private]
+
+ +
+ +
+

__scanners

+ +
+
+
+
Value:
+
+{'default': FileSystemScanner, 'input.file': InputFileScanner, 'abld.w\
+hat': AbldWhatScanner,}
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +