| Interface | Description |
|---|---|
| MultipleTaskOutput<T> |
Represent the output for a task generating a multiple outputs.
|
| SingleTaskOutput<T> |
Represent the output for a task generating a single output.
|
| TaskOutput<T> |
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.
|
| FileTaskOutput |
File output destination. |
| StreamTaskOutput |
OutputStream output destination for a task. |
Copyright © 2015. All Rights Reserved.