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,}