Class SysRuntimeWrapperShellEnv
java.lang.Object
org.aksw.shellgebra.exec.SysRuntimeWrapperBase<SysRuntime>
org.aksw.shellgebra.exec.SysRuntimeWrapperShellEnv
- All Implemented Interfaces:
AutoCloseable, SysRuntime, SysRuntimeWrapper<SysRuntime>
-
Field Summary
Fields inherited from class SysRuntimeWrapperBase
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisLocalName(String name) static voidprotected StringwhichOrNull(String cmdName) Methods inherited from class SysRuntimeWrapperBase
close, compileString, getDelegateMethods 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
-
Constructor Details
-
SysRuntimeWrapperShellEnv
-
-
Method Details
-
isLocalName
-
main
-
whichOrNull
- Throws:
IOExceptionInterruptedException
-
which
- Throws:
IOExceptionInterruptedException
-