Package org.aksw.commons.io.process.pipe
Interface SysCallPipeSpec
-
- All Known Implementing Classes:
SysCallPipeSpecLbzip2
public interface SysCallPipeSpecThis is just the plain command construction - it does not involve operator metadata whether e.g. a file must be completely rewritten before the transformation can be applied- Author:
- raven
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.function.Function<Path,Path>cmdBuilderPathToPath()default java.util.function.Function<Path,String[]>cmdBuilderPathToStream()default java.util.function.Function<Path,String[]>cmdBuilderStreamToPath()default String[]cmdStreamToStream()static SysCallPipeSpecfromCmdStreamToStream(String... cmd)
-
-
-
Method Detail
-
cmdStreamToStream
default String[] cmdStreamToStream()
-
fromCmdStreamToStream
static SysCallPipeSpec fromCmdStreamToStream(String... cmd)
-
-