Uses of Record Class
org.aksw.shellgebra.introspect.ShellCatalogEntry
Packages that use ShellCatalogEntry
-
Uses of ShellCatalogEntry in org.aksw.commons.util.docker
Fields in org.aksw.commons.util.docker with type parameters of type ShellCatalogEntryModifier and TypeFieldDescriptionprotected List<ShellCatalogEntry> ImageIntrospectorImpl.shellCatalogMethods in org.aksw.commons.util.docker that return types with arguments of type ShellCatalogEntryModifier and TypeMethodDescriptionstatic List<ShellCatalogEntry> ImageIntrospectorImpl.getShellCatalog()static List<ShellCatalogEntry> ImageIntrospectorImpl.getShellSubCatalog(List<ShellCatalogEntry> catalog, String shellName) Methods in org.aksw.commons.util.docker with parameters of type ShellCatalogEntryModifier and TypeMethodDescriptionImageIntrospectorImpl.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell) / return result.getModel().createResource().as(ShellSupport.class);ImageIntrospectorWrapper.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell) Method parameters in org.aksw.commons.util.docker with type arguments of type ShellCatalogEntryModifier and TypeMethodDescriptionstatic SysRuntimeCoreDockerImageIntrospectorImpl.findKeepAlive(String imageRef, boolean pullIfAbsent, List<ShellCatalogEntry> shellCatalog, com.google.common.collect.Table<String, Argv, Boolean> imageToEntrypoints, ExecSiteProbeResults probeResults) static List<ShellCatalogEntry> ImageIntrospectorImpl.getShellSubCatalog(List<ShellCatalogEntry> catalog, String shellName) Constructor parameters in org.aksw.commons.util.docker with type arguments of type ShellCatalogEntryModifierConstructorDescriptionImageIntrospectorImpl(List<ShellCatalogEntry> shellCatalog, List<LocatorCommand2> locatorCatalog, ExecSiteProbeResults cmdAvailability) -
Uses of ShellCatalogEntry in org.aksw.shellgebra.model.osreo
Methods in org.aksw.shellgebra.model.osreo with parameters of type ShellCatalogEntryModifier and TypeMethodDescriptionImageIntrospector.findShell(SysRuntimeCoreDocker runtime, ShellCatalogEntry shell)