Package org.aksw.commons.io.process.pipe
Interface SysCallPipeSpec
- All Known Implementing Classes:
SysCallPipeSpecLbzip2
public interface SysCallPipeSpec
This 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
Modifier and TypeMethodDescriptiondefault String[]static SysCallPipeSpecfromCmdStreamToStream(String... cmd)
-
Method Details
-
cmdStreamToStream
-
cmdBuilderStreamToPath
-
cmdBuilderPathToStream
-
cmdBuilderPathToPath
-
fromCmdStreamToStream
-