Class SysRuntimeCoreLazy
java.lang.Object
org.aksw.shellgebra.exec.SysRuntimeWrapperBase<SysRuntime>
org.aksw.shellgebra.exec.SysRuntimeCoreLazy
- All Implemented Interfaces:
AutoCloseable, SysRuntime, SysRuntimeWrapper<SysRuntime>
SysRuntimeCore implementation that initializes the backend when
getDelegate() is called.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static SysRuntimeof(Supplier<SysRuntime> factory) Methods inherited from class SysRuntimeWrapperBase
compileStringMethods 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
-
Constructor Details
-
SysRuntimeCoreLazy
-
-
Method Details
-
of
-
getDelegate
- Specified by:
getDelegatein interfaceSysRuntimeWrapper<SysRuntime>- Overrides:
getDelegatein classSysRuntimeWrapperBase<SysRuntime>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSysRuntime- Overrides:
closein classSysRuntimeWrapperBase<SysRuntime>
-