Uses of Record Class
org.aksw.commons.util.docker.Argv
Packages that use Argv
Package
Description
-
Uses of Argv in org.aksw.commons.util.docker
Fields in org.aksw.commons.util.docker with type parameters of type ArgvMethods in org.aksw.commons.util.docker that return ArgvMethods in org.aksw.commons.util.docker that return types with arguments of type ArgvModifier and TypeMethodDescriptionImageIntrospectorImpl.getKeepAliveCatalog()ImageIntrospectorImpl.getKnownEntryPoints(String imageName) Mutable set view over an image's entry points.Methods in org.aksw.commons.util.docker with parameters of type ArgvModifier and TypeMethodDescriptionstatic booleanImageIntrospectorImpl.canRunEntrypoint(String imageName, Argv ep, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults cmdAvailability) static SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, Argv entrypoint, ExecSiteProbeResults probeResults) static SysRuntimeCoreDockerImageIntrospectorImpl.startKeptAlive(String imageRef, Argv entrypoint, List<Argv> candKeepAliveCmds, ExecSiteProbeResults probeResults) Deprecated.Method parameters in org.aksw.commons.util.docker with type arguments of type ArgvModifier and TypeMethodDescriptionstatic booleanImageIntrospectorImpl.canRunEntrypoint(String imageName, Argv ep, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults cmdAvailability) static SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, boolean pullIfAbsent, List<ShellCatalogEntry> shellCatalog, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, 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. -
Uses of Argv in org.aksw.shellgebra.exec
Methods in org.aksw.shellgebra.exec that return ArgvConstructors in org.aksw.shellgebra.exec with parameters of type ArgvModifierConstructorDescriptionSysRuntimeCoreDocker(org.testcontainers.containers.GenericContainer<?> container, Argv entrypoint, CmdStrOps cmdStrOps) SysRuntimeDocker(SysRuntimeCoreDocker core, Argv locatorCommand, Argv existsCommand) Constructor parameters in org.aksw.shellgebra.exec with type arguments of type ArgvModifierConstructorDescriptionSysRuntimeFactoryDocker(ImageIntrospector imageIntrospector, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) -
Uses of Argv in org.aksw.shellgebra.shim.cmd
Methods in org.aksw.shellgebra.shim.cmd with parameters of type Argv -
Uses of Argv in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry with parameters of type ArgvModifier and TypeMethodDescriptionbooleanExecSiteProbeResults.isKnownUnavailable(Argv argv, ExecSite execSite) intJvmCommandExecutable.run(JvmExecCxt cxt, Argv argv)