AbstractImporterHandler |
Base class for handlers applying only to certain type of documents
by providing a way to restrict applicable documents based on
a metadata field value, where the value matches a regular expression.
|
CommonMatchers |
|
CommonRestrictions |
Commonly encountered restrictions that can be applied to Properties
instances.
|
ExternalHandler |
Class executing an external application
to extract data from and/or manipulate a document.
|
HandlerConsumer |
|
HandlerContext |
|
HandlerContext.IncludeMatchResolver |
|
HandlerDoc |
Lighter version of Doc which leaves content out to let each
handler dictate how content should be referenced.
|
HandlerPredicate |
|
ScriptRunner<T> |
Runs scripts written in a programming language supported by the provided
script engine.
|