| Modifier and Type | Field and Description |
|---|---|
static String |
CHARSET_UTF8 |
static String |
TEXT_PLAIN_CONTENT_TYPE |
X_POINT_ID| Constructor and Description |
|---|
FeedParser() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConf() |
ParseResult |
getParse(Content content)
Parses the given feed and extracts out and parsers all linked items within
the feed, using the underlying ROME feed parsing library.
|
static void |
main(String[] args)
Runs a command line version of this
Parser. |
void |
setConf(Configuration conf)
Sets the
Configuration object for this Parser. |
public static final String CHARSET_UTF8
public static final String TEXT_PLAIN_CONTENT_TYPE
public ParseResult getParse(Content content)
public void setConf(Configuration conf)
Configuration object for this Parser. This
Parser expects the following configuration properties to be set:
setConf in interface Configurableconf - The Hadoop Configuration object to use to configure this
Parser.public Configuration getConf()
getConf in interface ConfigurableConfiguration object used to configure this
Parser.Copyright © 2021 The Apache Software Foundation