Package net.sf.basedb.util.bfs


package net.sf.basedb.util.bfs
  • Class
    Description
    Abstract implementation of a data writer factory.
    Abstract superclass for file names generator implementions that will help with ensuring that a generator creates unique file names.
    A model container for BFS annotation files.
    Parser implementation that parses a BFS annotation files.
     
    Input stream locator implementation that works with files within a given directory in the BASE file system.
    Interface that it is recommended that all BFS parsers should implement.
    Parser implementation that parses BFS data files.
    Writer implementation for writing BFS data files.
    Factory implementations are responsible for creating BFS data writers that accepts data for a given owner object.
    Input stream locator implementation that works with files on the local file system.
    Event handlers are used for reacting to various parsing events when parsing BFS files.
    Defines an event type that is sent in event notifications to event handlers.
    Implementors are responsible for importing extra files specified in the BFS metadata file into the BASE file system.
    File name generators are used together with DataWriterFactory implementations to generate file names for BFS data files.
    Generic implementation of a data writer factory that create files in the BASE file system.
    Generic implementation of a data writer factory that create files on the local file system.
    Extra file importer implementation that imports file to a specified directory in the BASE file system.
    Defines a generic interface for opening an input stream from a named resource.
    A model container for BFS data files.
    A model container of the contents of a BFS metadata file.
    Holds information about a section.
    Holds information about a section entry.
    Parser implementation that parses a BFS metadata file.
    Writer implementation for writing BFS metadata files.
    Event handler implementation that forwards a single event to multiple event handlers.
    File name generator implementation that generates file names using a simple numerical counter.
    File name generator implementation that uses the suggested file name.