Package lumis.util.parse
Class ParserFactory
- java.lang.Object
-
- lumis.util.parse.ParserFactory
-
public abstract class ParserFactory extends Object
Factory forIFileParser
DOUI implementations.- Since:
- 4.0.10
- Version:
- $Revision: 15901 $ $Date: 2013-10-04 11:16:36 -0300 (Fri, 04 Oct 2013) $
-
-
Constructor Summary
Constructors Constructor Description ParserFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IFileParser
getFileParser(String contentType)
Returns the file parser object for a specified MIME content type.
-
-
-
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
-
-