Package org.aksw.commons.io.process.pipe
Class ProcessPipeEngineNative
- java.lang.Object
-
- org.aksw.commons.io.process.pipe.ProcessPipeEngineNative
-
- All Implemented Interfaces:
ProcessPipeEngine
public class ProcessPipeEngineNative extends Object implements ProcessPipeEngine
-
-
Constructor Summary
Constructors Constructor Description ProcessPipeEngineNative()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessPipeEngineNativeget()java.util.function.BiFunction<Path,Path,FileCreation>mapPathToPath(java.util.function.BiFunction<Path,Path,String[]> cmdBuilder)PathToStreammapPathToStream(java.util.function.Function<Path,String[]> cmdBuilder)java.util.function.BiFunction<InputStreamOrPath,Path,FileCreation>mapStreamToPath(java.util.function.Function<Path,String[]> cmdBuilder)StreamToStreammapStreamToStream(String[] cmd)
-
-
-
Method Detail
-
get
public static ProcessPipeEngineNative get()
-
mapPathToPath
public java.util.function.BiFunction<Path,Path,FileCreation> mapPathToPath(java.util.function.BiFunction<Path,Path,String[]> cmdBuilder)
- Specified by:
mapPathToPathin interfaceProcessPipeEngine
-
mapPathToStream
public PathToStream mapPathToStream(java.util.function.Function<Path,String[]> cmdBuilder)
- Specified by:
mapPathToStreamin interfaceProcessPipeEngine
-
mapStreamToStream
public StreamToStream mapStreamToStream(String[] cmd)
- Specified by:
mapStreamToStreamin interfaceProcessPipeEngine
-
mapStreamToPath
public java.util.function.BiFunction<InputStreamOrPath,Path,FileCreation> mapStreamToPath(java.util.function.Function<Path,String[]> cmdBuilder)
- Specified by:
mapStreamToPathin interfaceProcessPipeEngine
-
-