public interface Collector
| Modifier and Type | Method and Description |
|---|---|
List<BasicItem> |
getItems()
It retrieves the collected, parsed data in a list of objects.
|
void |
parse()
Initiate the default parsing process.
|
void |
parseByRule(CollectorSelector rule)
Initiate the selected parsing process.
|
void parse()
void parseByRule(CollectorSelector rule)
rule - The ID of the rule.Copyright © 2015. All rights reserved.