Uses of Interface
lumis.util.parse.IFileParser
-
Packages that use IFileParser Package Description lumis.util.parse -
-
Uses of IFileParser in lumis.util.parse
Classes in lumis.util.parse that implement IFileParser Modifier and Type Class Description class
BaseFileParser
Base implementation ofIFileParser
.class
HtmlParser
Extracts text from a HTML file.class
TikaParser
Implementation forIFileParser
to deal withParser
for most content-types.class
TxtParser
Extracts text from a text file.Methods in lumis.util.parse that return IFileParser Modifier and Type Method Description static IFileParser
ParserFactory. getFileParser(String contentType)
Returns the file parser object for a specified MIME content type.
-