See: Description
| Interface | Description |
|---|---|
| OfficeContext |
Base interface for all office context interfaces.
|
| OfficeManager |
An office manager knows how to execute an
OfficeTask. |
| TemporaryFileMaker |
Provides services to create temporary files.
|
| Class | Description |
|---|---|
| AbstractOfficeManagerPool<E extends AbstractOfficeManagerPoolEntry> |
An AbstractOfficeManagerPool is responsible to maintain a pool of
AbstractOfficeManagerPoolEntry that will be used to execute OfficeTask. |
| AbstractOfficeManagerPool.AbstractOfficeManagerPoolBuilder<B extends AbstractOfficeManagerPool.AbstractOfficeManagerPoolBuilder<B>> |
A builder for constructing an
AbstractOfficeManagerPool. |
| AbstractOfficeManagerPoolEntry |
Base class for all office manager pool entry implementations.
|
| AbstractRetryable<T extends Throwable> |
Object that will attempt to execute a task until it succeeds or that a specific timeout is
reached.
|
| InstalledOfficeManagerHolder |
Holds a unique instance of an
OfficeManager that will be
used by created DocumentConverter when no office manager are given
to the converter builder. |
| NamedThreadFactory |
A ThreadFactory that allows for custom thread names.
|
| OfficeUtils |
Provides helper functions for office.
|
| SuspendableThreadPoolExecutor |
A thread pool executor that can be suspended.
|
| Exception | Description |
|---|---|
| OfficeException |
An exception that provides information on an error while dealing with office.
|
| RetryTimeoutException |
A
RetryTimeoutException is thrown by an AbstractRetryable when it is unable to
execute its task within a specified amount of time. |
| TemporaryException |
Represents an error condition that can be temporary, i.e.
|
Copyright © 2016 - present; JODConverter.org. All rights reserved.