Class ProcessPipeEngineNative
java.lang.Object
org.aksw.commons.io.process.pipe.ProcessPipeEngineNative
- All Implemented Interfaces:
ProcessPipeEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessPipeEngineNativeget()mapPathToPath(BiFunction<Path, Path, String[]> cmdBuilder) mapPathToStream(Function<Path, String[]> cmdBuilder) mapStreamToPath(Function<Path, String[]> cmdBuilder) mapStreamToStream(String[] cmd)
-
Constructor Details
-
ProcessPipeEngineNative
public ProcessPipeEngineNative()
-
-
Method Details
-
get
-
mapPathToPath
public BiFunction<Path, Path, FileCreation> mapPathToPath(BiFunction<Path, Path, String[]> cmdBuilder) - Specified by:
mapPathToPathin interfaceProcessPipeEngine
-
mapPathToStream
- Specified by:
mapPathToStreamin interfaceProcessPipeEngine
-
mapStreamToStream
- Specified by:
mapStreamToStreamin interfaceProcessPipeEngine
-
mapStreamToPath
public BiFunction<InputStreamOrPath, Path, FileCreation> mapStreamToPath(Function<Path, String[]> cmdBuilder) - Specified by:
mapStreamToPathin interfaceProcessPipeEngine
-