Interface | Description |
---|---|
MultipleTaskOutput |
Represent the output for a task generating a multiple outputs.
|
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.
|
SingleTaskOutput |
Represent the output for a task generating a single output.
|
TaskOutput |
Represents task output destination where results of a manipulation will be written.
|
TaskOutputDispatcher |
Double-dispatch interface to dispatch to the correct implementation of a
TaskOutput . |
Class | Description |
---|---|
DirectoryTaskOutput |
Directory output destination.
|
FileOrDirectoryTaskOutput | |
FileTaskOutput |
File output destination. |
Enum | Description |
---|---|
ExistingOutputPolicy |
Possible policies to use in case of an existing output
|
Copyright © 2018 sejda. All rights reserved.