Class Formats


  • public class Formats
    extends Object
    This is intended as a repository for tag-value and AnnotationType information about common file formats. Each format should have an annotaiton type defined as <FormatName>_TYPE and a method create<FormatName>ParserListener(ParserListener listener) that together give you everything needed to parse and represent the format.
    Author:
    Matthew Pocock