| Package | Description |
|---|---|
| org.sejda.core.support.io | |
| org.sejda.model.output | |
| org.sejda.model.parameter.base |
| Modifier and Type | Method and Description |
|---|---|
static File |
IOUtils.createTemporaryBuffer(TaskOutput taskOut)
Creates a temp file trying to find the best location based on the task output.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultipleTaskOutput
Represent the output for a task generating a multiple outputs.
|
interface |
SingleOrMultipleTaskOutput
For tasks that support batch processing multiple files at once,
but can also take a single file as input and generate a single output file
Eg: rotate can work on multiple files, so then a directory output is expected.
|
interface |
SingleTaskOutput
Represent the output for a task generating a single output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskOutput |
class |
DirectoryTaskOutput
Directory output destination.
|
class |
FileOrDirectoryTaskOutput |
class |
FileTaskOutput
File output destination. |
| Modifier and Type | Method and Description |
|---|---|
TaskOutput |
TaskParameters.getOutput() |
Copyright © 2021 sejda. All rights reserved.