Class PListParser

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

    public class PListParser
    extends org.apache.tika.parser.AbstractParser
    Parser for Apple's plist and bplist. This is a wrapper around com.googlecode.plist:dd-plist

    As of 1.25, Tika does not have detection for the text based plist, so those files will not be directed to this parser

    Since:
    1.25
    See Also:
    Serialized Form
    • Constructor Detail

      • PListParser

        public PListParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)