| Interface | Description |
|---|---|
| IContentHandlerFactoryBuilder | |
| ICrawlerBuilder | |
| IParserFactoryBuilder | |
| ObjectFromDOMAndQueueBuilder<T> |
Same as
ObjectFromDOMAndQueueBuilder,
but this is for objects that require access to the shared queue. |
| ObjectFromDOMBuilder<T> |
Interface for things that build objects from a DOM Node and a map of runtime attributes
|
| ReporterBuilder |
Interface for reporter builders
|
| StatusReporterBuilder |
| Class | Description |
|---|---|
| AbstractConsumersBuilder | |
| AppParserFactoryBuilder | |
| BatchProcessBuilder |
Builds a BatchProcessor from a combination of runtime arguments and the
config file.
|
| CommandLineParserBuilder |
Reads configurable options from a config file and returns org.apache.commons.cli.Options
object to be used in commandline parser.
|
| DefaultContentHandlerFactoryBuilder |
Builds BasicContentHandler with type defined by attribute "basicHandlerType"
with possible values: xml, html, text, body, ignore.
|
| InterrupterBuilder |
Builds an Interrupter
|
| ParserFactoryBuilder | |
| SimpleLogReporterBuilder |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.