Class SysRuntimeWrapperBase<X extends SysRuntime>
java.lang.Object
org.aksw.shellgebra.exec.SysRuntimeWrapperBase<X>
- All Implemented Interfaces:
AutoCloseable, SysRuntime, SysRuntimeWrapper<X>
- Direct Known Subclasses:
SysRuntimeCoreLazy, SysRuntimeWrapperShellEnv
public class SysRuntimeWrapperBase<X extends SysRuntime>
extends Object
implements SysRuntimeWrapper<X>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SysRuntime
resolveCommandMethods inherited from interface SysRuntimeWrapper
compileCommand, createNamedPipe, exists, getStrOps, quoteFileArgument, which
-
Field Details
-
delegate
-
-
Constructor Details
-
SysRuntimeWrapperBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceSysRuntimeWrapper<X extends SysRuntime>
-
compileString
- Specified by:
compileStringin interfaceSysRuntime
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSysRuntime
-