public abstract static class AbstractConverter.AbstractConverterBuilder<B extends AbstractConverter.AbstractConverterBuilder<B>> extends 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 @NonNull AbstractConverter |
build()
Creates the converter that is specified by this builder.
|
B |
formatRegistry(@NonNull DocumentFormatRegistry formatRegistry)
Specifies the
DocumentFormatRegistry which contains the document formats that will be
supported by this converter. |
B |
officeManager(@NonNull OfficeManager officeManager)
Specifies the
OfficeManager the converter will use to execute office tasks. |
protected OfficeManager officeManager
protected DocumentFormatRegistry formatRegistry
protected abstract @NonNull AbstractConverter build()
public B officeManager(@NonNull OfficeManager officeManager)
OfficeManager the converter will use to execute office tasks.officeManager - The office manager this converter will use.public B formatRegistry(@NonNull DocumentFormatRegistry formatRegistry)
DocumentFormatRegistry which contains the document formats that will be
supported by this converter.formatRegistry - The registry that contains the supported formats.Copyright © 2016 - present; JODConverter.org. All rights reserved.