Package org.aksw.shellgebra.exec
Interface SysRuntimeWrapper<X extends SysRuntime>
- All Superinterfaces:
SysRuntime
- All Known Implementing Classes:
SysRuntimeWrapperBase
-
Method Summary
Modifier and TypeMethodDescriptiondefault String[]compileCommand(CmdOp op) default voidcreateNamedPipe(Path path) Create a named pipe at the given path.default CmdStrOpsdefault StringquoteFileArgument(String fileName) Quote a filename for use as an argument.default StringMethods inherited from interface org.aksw.shellgebra.exec.SysRuntime
resolveCommand
-
Method Details
-
getDelegate
X getDelegate() -
which
- Specified by:
whichin interfaceSysRuntime- Throws:
IOExceptionInterruptedException
-
compileCommand
- Specified by:
compileCommandin interfaceSysRuntime
-
quoteFileArgument
Description copied from interface:SysRuntimeQuote a filename for use as an argument.- Specified by:
quoteFileArgumentin interfaceSysRuntime
-
getStrOps
- Specified by:
getStrOpsin interfaceSysRuntime
-
createNamedPipe
Description copied from interface:SysRuntimeCreate a named pipe at the given path.- Specified by:
createNamedPipein interfaceSysRuntime- Throws:
IOException
-