Class ParserFactory


  • public abstract class ParserFactory
    extends java.lang.Object
    Factory for IFileParser DOUI implementations.
    Since:
    4.0.10
    Version:
    $Revision$ $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IFileParser getFileParser​(java.lang.String contentType)
      Returns the file parser object for a specified MIME content type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParserFactory

        public ParserFactory()
    • Method Detail

      • getFileParser

        public static IFileParser getFileParser​(java.lang.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