| Interface | Description |
|---|---|
| MessageCollector |
interface and some standard implementors for collecting messages.
|
| Class | Description |
|---|---|
| CrawlingContext |
base class for crawling contexts, containing common parameters for crawl processes.
|
| FilePathNormalizer |
util class for normalizing file paths.
|
| MessageCollector.Ignore |
throw away messages.
|
| MessageCollector.LogWarn |
write messages as warnings to log file using the given class.
|
| MessageCollector.TaskLogWarn |
write messages as warnings to task log.
|
| PropertyNameMapper | |
| RecordOutputHandler |
write records to output bulks, split into multiple bulks by record count.
|
| RegexPatternMatcher |
Checks if a string input is a match according to the given in- and exlude patterns.
|