public final class LocalOfficeManager
extends org.jodconverter.core.office.AbstractOfficeManagerPool
OfficeManager implementation that uses a pool of
office processes to execute conversion tasks.| Modifier and Type | Class and Description |
|---|---|
static class |
LocalOfficeManager.Builder
A builder for constructing a
LocalOfficeManager. |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull LocalOfficeManager.Builder |
builder()
Creates a new builder instance.
|
static @NonNull LocalOfficeManager |
install()
Creates a new
LocalOfficeManager with default configuration. |
static @NonNull LocalOfficeManager |
make()
Creates a new
LocalOfficeManager with default configuration. |
execute, isRunning, setEntries, start, stoppublic static @NonNull LocalOfficeManager.Builder builder()
public static @NonNull LocalOfficeManager make()
LocalOfficeManager with default configuration.LocalOfficeManager with default configuration.public static @NonNull LocalOfficeManager install()
LocalOfficeManager with default configuration. The created manager will
then be the unique instance of the InstalledOfficeManagerHolder class. Note that if the InstalledOfficeManagerHolder class already holds an OfficeManager instance, the owner
of this existing manager is responsible to stopped it.LocalOfficeManager with default configuration.Copyright © 2016 - present; JODConverter.org. All rights reserved.