Class ParserFactory


  • public abstract class ParserFactory
    extends Object
    Factory for IFileParser DOUI implementations.
    Since:
    4.0.10
    Version:
    $Revision: 15901 $ $Date: 2013-10-04 11:16:36 -0300 (Fri, 04 Oct 2013) $
    • Constructor Detail

      • ParserFactory

        public ParserFactory()
    • Method Detail

      • getFileParser

        public static IFileParser getFileParser​(String contentType)
        Returns the file parser object for a specified MIME content type.
        Parameters:
        contentType - the MIME content type.
        Returns:
        the file parser.
        Since:
        4.2.2