public interface TaskOutputDispatcher
TaskOutput.| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(DirectoryTaskOutput output)
writes to a
DirectoryTaskOutput destination. |
void |
dispatch(FileTaskOutput output)
writes to a
FileTaskOutput destination. |
void |
dispatch(StreamTaskOutput output)
writes to a
StreamTaskOutput destination. |
void dispatch(FileTaskOutput output) throws IOException
FileTaskOutput destination.output - IOExceptionvoid dispatch(DirectoryTaskOutput output) throws IOException
DirectoryTaskOutput destination.output - IOExceptionvoid dispatch(StreamTaskOutput output) throws IOException
StreamTaskOutput destination.output - IOExceptionCopyright © 2015. All Rights Reserved.