Interface FileWriterTask
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FileWriterTaskBase, FileWriterTaskFromByteSource, FileWriterTaskFromContainer, FileWriterTaskFromProcess, FileWriterTaskFromProcessBuilder, FileWriterTaskNoop, FileWriterTaskViaExecutor
-
Method Summary
Methods inherited from interface AutoCloseable
close
-
Method Details
-
getOutputPath
Path getOutputPath()The path that will be written to by this writer. -
start
void start() -
abort
void abort() -
waitForCompletion
-