Package com.chaosserver.bilbo.data

Provides data objects representing the directory and mapping structures as well as persistors.

See:
          Description

Class Summary
DataReaderWriter Responsible for persistence of the Directory structure to/from an Xml mapping file.
Directory Directory object represents the mappings contained in a single directory.
DirectoryHandler A Sax helper customized to read in the Xml representation of a Directory object.
FilenameMapping Holds a filename mapping.for a single file.
Name Hold a single name element that describes a file with a given style.
 

Exception Summary
DataException Base exception class for the data package.
FilenameMappingNotFoundException Thrown when a mapping cannot be found to match the search criteria.
NameNotFoundException Thrown when no name exists for the given search critia.
NoMappingFileException Thrown when a mapping file cannot be located.
ReaderWriterException Thrown when there is an error reading or writing data to a persistent data store.
 

Package com.chaosserver.bilbo.data Description

Provides data objects representing the directory and mapping structures as well as persistors.

Package Specification

The main classes in this file provide a system for holding information about a directory and mappings contained in that directory.

Related Documentation

Since:
Bilbo 1.0


Copyright © 20020228