public class ProcessPipeEngineNative extends Object implements ProcessPipeEngine
| Constructor and Description |
|---|
ProcessPipeEngineNative() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessPipeEngineNative |
get() |
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) |
public static ProcessPipeEngineNative get()
public BiFunction<Path,Path,FileCreation> mapPathToPath(BiFunction<Path,Path,String[]> cmdBuilder)
mapPathToPath in interface ProcessPipeEnginepublic PathToStream mapPathToStream(Function<Path,String[]> cmdBuilder)
mapPathToStream in interface ProcessPipeEnginepublic StreamToStream mapStreamToStream(String[] cmd)
mapStreamToStream in interface ProcessPipeEnginepublic BiFunction<InputStreamOrPath,Path,FileCreation> mapStreamToPath(Function<Path,String[]> cmdBuilder)
mapStreamToPath in interface ProcessPipeEngineCopyright © 2020. All rights reserved.