Writing and reading information to the .sconsign file or files.
|
SConsignEntry
Wrapper class for the generic entry in a .sconsign file.
The Node subclass populates it with attributes as it pleases.
|
|
Base
This is the controlling class for the signatures for the collection of
entries associated with a specific directory. The actual directory
association will be maintained by a subclass that is specific to
the underlying storage method. This class provides a common set of
methods for fetching and storing the individual bits of information
that make up signature entry.
|
|
DB
A Base subclass that reads and writes signature information
from a global .sconsign.db* file--the actual file suffix is
determined by the database module.
|
|
Dir
|
|
DirFile
Encapsulates reading and writing a per-directory .sconsign file.
|
|
ForDirectory
A Base subclass that reads and writes signature information
from a global .sconsign.db* file--the actual file suffix is
determined by the database module.
|