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