Package ubic.gemma.core.loader.util.parser


package ubic.gemma.core.loader.util.parser
  • Class
    Description
    A line parser that produces a Map instead of a Collection.
    A simple LineParser implementation that doesn't do anything.
    Provides convenience methods to provide ExternalDatabases and DatabaseEntries for common cases, such as Genbank.
    Use to indicate a file format error.
    The difference between this class and BasicLineMapParser is more flexibility in how keys are provided.
    A Parser that processes its input line-by-line.
    Interface for classes that allow parsing of files and streams.
    Abstract record-based parser.