Package com.attribyte.parser.entry
Class TwitterAPIParser
java.lang.Object
com.attribyte.parser.entry.TwitterAPIParser
- All Implemented Interfaces:
Parser
Parse a Twitter JSON document to create an entry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe source property in which the maximum seen id is saved. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()The name of the parser.parse(String content, String sourceLink, ContentCleaner contentCleaner) Parse content.
-
Field Details
-
MAX_ID_META
The source property in which the maximum seen id is saved.- See Also:
-
-
Constructor Details
-
TwitterAPIParser
public TwitterAPIParser()
-
-
Method Details