Uses of Class
org.apache.nutch.parse.ParserNotFound
-
Packages that use ParserNotFound Package Description org.apache.nutch.parse TheParse
interface and related classes. -
-
Uses of ParserNotFound in org.apache.nutch.parse
Methods in org.apache.nutch.parse that throw ParserNotFound Modifier and Type Method Description Parser
ParserFactory. getParserById(String id)
Function returns aParser
instance with the specifiedextId
, representing its extension ID.Parser[]
ParserFactory. getParsers(String contentType, String url)
Function returns an array ofParser
s for a given content type.
-