public abstract static class AbstractConverter.AbstractConverterBuilder<B extends AbstractConverter.AbstractConverterBuilder<B>>
extends java.lang.Object
AbstractConverter
.AbstractConverter
Modifier and Type | Field and Description |
---|---|
protected DocumentFormatRegistry |
formatRegistry |
protected OfficeManager |
officeManager |
Modifier | Constructor and Description |
---|---|
protected |
AbstractConverterBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractConverter |
build()
Creates the converter that is specified by this builder.
|
B |
formatRegistry(DocumentFormatRegistry registry)
Specifies the
DocumentFormatRegistry the which contains the document formats that
will be supported by this converter. |
B |
officeManager(OfficeManager manager)
Specifies the
OfficeManager the converter will use to execute office tasks. |
protected OfficeManager officeManager
protected DocumentFormatRegistry formatRegistry
public B officeManager(OfficeManager manager)
OfficeManager
the converter will use to execute office tasks.manager
- The office manager this converter will use.public B formatRegistry(DocumentFormatRegistry registry)
DocumentFormatRegistry
the which contains the document formats that
will be supported by this converter.registry
- The registry that contains the supported formats.protected abstract AbstractConverter build()