Uses of Class
org.aksw.shellgebra.exec.SysRuntimeCoreDocker
Packages that use SysRuntimeCoreDocker
Package
Description
-
Uses of SysRuntimeCoreDocker in org.aksw.commons.util.docker
Methods in org.aksw.commons.util.docker that return SysRuntimeCoreDockerModifier and TypeMethodDescriptionstatic SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, boolean pullIfAbsent, List<ShellCatalogEntry> shellCatalog, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, Argv entrypoint, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.startKeptAlive(String imageRef, List<Argv> candKeepAliveCmds, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.startKeptAlive(String imageRef, Argv entrypoint, List<Argv> candKeepAliveCmds, ExecSiteProbeResults probeResults) Deprecated.Methods in org.aksw.commons.util.docker with parameters of type SysRuntimeCoreDockerModifier and TypeMethodDescriptionImageIntrospectorImpl.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell) / return result.getModel().createResource().as(ShellSupport.class);ImageIntrospectorWrapper.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell) booleanImageIntrospectorImpl.hasCommand(SysRuntimeCoreDocker sysRuntime, String command) -
Uses of SysRuntimeCoreDocker in org.aksw.shellgebra.exec
Methods in org.aksw.shellgebra.exec that return SysRuntimeCoreDockerModifier and TypeMethodDescriptionSysRuntimeFactoryDocker.createCore(String imageRef) SysRuntimeFactoryDocker.createCore(String imageRef, boolean pullIfAbsent) Constructors in org.aksw.shellgebra.exec with parameters of type SysRuntimeCoreDockerModifierConstructorDescriptionSysRuntimeDocker(SysRuntimeCoreDocker core, Argv locatorCommand, Argv existsCommand) -
Uses of SysRuntimeCoreDocker in org.aksw.shellgebra.model.osreo
Methods in org.aksw.shellgebra.model.osreo with parameters of type SysRuntimeCoreDockerModifier and TypeMethodDescriptionImageIntrospector.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell)