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: 24936 $ $Date: 2022-04-09 18:06:53 -0300 (Sat, 09 Apr 2022) $
-
-
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
-
-