public interface FilterBuilder
| Modifier and Type | Method and Description |
|---|---|
Destination |
getInput() |
Destination |
getOutput() |
void |
setInputFileCreationHandler(Supplier<Path> pathRequester,
BiConsumer<Path,FileWritingProcess> processCallback) |
void |
setOutputFileCreationHandler(Supplier<Path> pathRequester,
BiConsumer<Path,FileWritingProcess> processCallback) |
Destination getInput()
void setInputFileCreationHandler(Supplier<Path> pathRequester, BiConsumer<Path,FileWritingProcess> processCallback)
void setOutputFileCreationHandler(Supplier<Path> pathRequester, BiConsumer<Path,FileWritingProcess> processCallback)
Destination getOutput()
Copyright © 2020. All rights reserved.