public interface ProcessPipeEngine
| Modifier and Type | Method and Description |
|---|---|
BiFunction<Path,Path,FileCreation> |
mapPathToPath(BiFunction<Path,Path,String[]> cmdBuilder) |
PathToStream |
mapPathToStream(Function<Path,String[]> cmdBuilder) |
BiFunction<InputStreamOrPath,Path,FileCreation> |
mapStreamToPath(Function<Path,String[]> cmdBuilder) |
StreamToStream |
mapStreamToStream(String[] cmd) |
BiFunction<Path,Path,FileCreation> mapPathToPath(BiFunction<Path,Path,String[]> cmdBuilder)
PathToStream mapPathToStream(Function<Path,String[]> cmdBuilder)
StreamToStream mapStreamToStream(String[] cmd)
BiFunction<InputStreamOrPath,Path,FileCreation> mapStreamToPath(Function<Path,String[]> cmdBuilder)
Copyright © 2020. All rights reserved.