Interface | Description |
---|---|
IImporterHandler |
Identifies a class as being an import handler.
|
Class | Description |
---|---|
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.
|
CommonRestrictions |
Commonly encountered restrictions that can be applied to subclass instances
of
AbstractImporterHandler . |
ScriptRunner<T> |
Runs scripts written in a programming language supported by the provided
script engine.
|
Exception | Description |
---|---|
ImporterHandlerException |
Exception thrown by several handler classes upon encountering
issues.
|
Copyright © 2009–2021 Norconex Inc.. All rights reserved.