Uses of Interface
org.aksw.shellgebra.model.osreo.ImageIntrospector
Packages that use ImageIntrospector
-
Uses of ImageIntrospector in org.aksw.commons.util.docker
Classes in org.aksw.commons.util.docker that implement ImageIntrospectorMethods in org.aksw.commons.util.docker that return ImageIntrospectorModifier and TypeMethodDescriptionImageIntrospectorWrapper.getDelegate()static ImageIntrospectorImageIntrospectorImpl.of()Constructors in org.aksw.commons.util.docker with parameters of type ImageIntrospector -
Uses of ImageIntrospector in org.aksw.shellgebra.exec
Constructors in org.aksw.shellgebra.exec with parameters of type ImageIntrospectorModifierConstructorDescriptionSysRuntimeFactoryDocker(ImageIntrospector imageIntrospector, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) -
Uses of ImageIntrospector in org.aksw.vshell.registry
Constructors in org.aksw.vshell.registry with parameters of type ImageIntrospectorModifierConstructorDescriptionExecSiteResolver(CommandCatalog cmdCatalog, JvmCommandRegistry jvmCmdRegistry, ExecSiteProbeResults cmdAvailability, ImageIntrospector dockerImageIntrospector)