Uses of Interface
org.aksw.shellgebra.exec.SysRuntime
Packages that use SysRuntime
-
Uses of SysRuntime in org.aksw.shellgebra.exec
Classes in org.aksw.shellgebra.exec with type parameters of type SysRuntimeModifier and TypeInterfaceDescriptioninterfaceSysRuntimeWrapper<X extends SysRuntime>classSysRuntimeWrapperBase<X extends SysRuntime>Subinterfaces of SysRuntime in org.aksw.shellgebra.execClasses in org.aksw.shellgebra.exec that implement SysRuntimeModifier and TypeClassDescriptionclassSysRuntimeCore implementation that initializes the backend whenSysRuntimeCoreLazy.getDelegate()is called.classclassclassSysRuntimeWrapperBase<X extends SysRuntime>classSubclasses with type arguments of type SysRuntime in org.aksw.shellgebra.execModifier and TypeClassDescriptionclassSysRuntimeCore implementation that initializes the backend whenSysRuntimeCoreLazy.getDelegate()is called.classFields in org.aksw.shellgebra.exec declared as SysRuntimeMethods in org.aksw.shellgebra.exec that return SysRuntimeModifier and TypeMethodDescriptionstatic SysRuntimeSysRuntimeImpl.forBash()static SysRuntimeSysRuntimeImpl.forCurrentOs()SysRuntimeCoreLazy.getDelegate()static SysRuntimeSysRuntimeCoreLazy.of(Supplier<SysRuntime> factory) Method parameters in org.aksw.shellgebra.exec with type arguments of type SysRuntimeModifier and TypeMethodDescriptionstatic SysRuntimeSysRuntimeCoreLazy.of(Supplier<SysRuntime> factory) Constructors in org.aksw.shellgebra.exec with parameters of type SysRuntimeConstructor parameters in org.aksw.shellgebra.exec with type arguments of type SysRuntime -
Uses of SysRuntime in org.aksw.shellgebra.shim.core
Methods in org.aksw.shellgebra.shim.core with parameters of type SysRuntimeModifier and TypeMethodDescriptionArgsParserProvider.newParser(SysRuntime runtime, String commandName)