Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::DirBrowse
class DirBrowse
Files: Synopsis/Formatter/HTML/DirBrowse.py
DirBrowse-inheritance

A page that shows the entire contents of directories, in a form similar to LXR.


Operations Summary:
 __init__(self, manager) [Source]
 filename(self)
since FileTree generates a whole file hierarchy, this method returns the current filename, which may change over the lifetime of this object [Source]
 title(self)
since FileTree generates a while file hierarchy, this method returns the current title, which may change over the lifetime of this object [Source]
 filename_for_dir(self, dir)
Returns the output filename for the given input directory [Source]
 register(self)
Registers a page for each file in the hierarchy [Source]
 register_filenames(self, start)
Registers a page for every directory [Source]
 process(self, start)
Recursively visit each directory below the base path given in the config. [Source]
 process_dir(self, path)
Process a directory, producing an output page for it [Source]