DocumentConverter converter implementation that offers a fluent API to execute
document conversions.See: Description
| Interface | Description |
|---|---|
| ConversionJob |
A fully specified conversion that is not yet applied to the converter.
|
| ConversionJobWithOptionalSourceFormatUnspecified |
A conversion job with optional source format that is not yet applied to the converter.
|
| ConversionJobWithOptionalTargetFormatUnspecified |
A conversion job with optional target format that is not yet applied to the converter.
|
| ConversionJobWithRequiredSourceFormatUnspecified |
A conversion job with required source format that is not yet applied to the converter.
|
| ConversionJobWithRequiredTargetFormatUnspecified |
A conversion job with required target format that is not yet applied to the converter.
|
| ConversionJobWithSourceSpecified |
A conversion job with a specified source for the conversion.
|
| SourceDocumentSpecs |
An interface that provides the behavior to apply when a source file is no longer required by a
conversion process.
|
| TargetDocumentSpecs |
An interface that provides the behavior to apply when a target file is no longer required by a
conversion process.
|
| Class | Description |
|---|---|
| AbstractConversionJob |
Base class for all conversion job implementations.
|
| AbstractConversionJobWithSourceFormatUnspecified |
Base class for all conversion job implementations with source format that is not yet applied to
the converter.
|
| AbstractConverter |
Base class for all document converter implementations.
|
| AbstractConverter.AbstractConverterBuilder<B extends AbstractConverter.AbstractConverterBuilder<B>> |
A builder for constructing an
AbstractConverter. |
| AbstractDocumentSpecs |
Base class for all document specifications implementations.
|
| AbstractSourceDocumentSpecs |
Base class for all source document specifications implementations.
|
| AbstractTargetDocumentSpecs |
Base class for all target document specifications implementations.
|
| Exception | Description |
|---|---|
| DocumentSpecsIOException |
Wraps an IOException with an unchecked exception while performing IO operations on a
DocumentSpecs implementation. |
DocumentConverter converter implementation that offers a fluent API to execute
document conversions.