Package ubic.gemma.core.loader.util.parser
package ubic.gemma.core.loader.util.parser
-
ClassDescriptionBasicLineMapParser<K,
T> 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.LineMapParser<K,T> The difference between this class and BasicLineMapParser is more flexibility in how keys are provided.LineParser<T>A Parser that processes its input line-by-line.Parser<T>Interface for classes that allow parsing of files and streams.RecordParser<T>Abstract record-based parser.