Package lumis.util.parse
Class ParserFactory
- java.lang.Object
-
- lumis.util.parse.ParserFactory
-
public abstract class ParserFactory extends java.lang.Object
Factory forIFileParser
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.
-
-
-
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
-
-