Class JackcessParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class JackcessParser
    extends Object
    implements org.apache.tika.parser.Parser
    Parser that handles Microsoft Access files via Jackcess

    Many, many thanks to LexisNexis®/Health Market Science (HMS), Brian O'Neill, and James Ahlborn for relicensing Jackcess to Apache v2.0!

    See Also:
    Serialized Form
    • Field Detail

      • MDB_PROPERTY_PREFIX

        public static String MDB_PROPERTY_PREFIX
      • USER_DEFINED_PROPERTY_PREFIX

        public static String USER_DEFINED_PROPERTY_PREFIX
      • MDB_PW

        public static org.apache.tika.metadata.Property MDB_PW
    • Constructor Detail

      • JackcessParser

        public JackcessParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)
        Specified by:
        getSupportedTypes in interface org.apache.tika.parser.Parser
      • parse

        public void parse​(InputStream stream,
                          ContentHandler handler,
                          org.apache.tika.metadata.Metadata metadata,
                          org.apache.tika.parser.ParseContext context)
                   throws IOException,
                          SAXException,
                          org.apache.tika.exception.TikaException
        Specified by:
        parse in interface org.apache.tika.parser.Parser
        Throws:
        IOException
        SAXException
        org.apache.tika.exception.TikaException