|
Class Summary |
| Paginator<E extends RemoteEntitySettings,P extends PaginationContext> |
An abstract class that allows EntityParserInterface implementations that work
with RemoteEntitySettings to access multiple pages of remote content that needs to parsed. |
| RemoteEntityList<S extends RemoteEntitySettings> |
A list of remote entities to be parsed by some implementation of EntityParserInterface,
and their specific configurations. |
| RemoteEntitySettings<C extends Context,S extends CommonParserSettings,G extends RemoteParserSettings,T extends RemoteFollower> |
Manages configuration options for individual entities of a RemoteEntityList. |
| RemoteFollower<S extends RemoteEntitySettings,T extends RemoteEntityList<S>,R extends RemoteParserSettings> |
An abstract class that allow parsers that use RemoteParserSettings and RemoteEntityList to access and
parse linked pages. |
| RemoteParserSettings<S extends CommonParserSettings,L extends RemoteEntityList,C extends Context> |
Base configuration class of a parser that can connect to a remote location, obtain data to parse and produce records
for one or more entities. |