Uses of Class
org.aksw.vshell.registry.JvmCommandRegistry
Packages that use JvmCommandRegistry
Package
Description
-
Uses of JvmCommandRegistry in org.aksw.shellgebra.exec
Constructors in org.aksw.shellgebra.exec with parameters of type JvmCommandRegistryModifierConstructorDescriptionSysRuntimeCoreExecSiteFactoryPool(JvmCommandRegistry jvmCmdRegistry, SysRuntimeFactoryDocker sysRuntimeDockerFactory) SysRuntimeCoreJvm(JvmCommandRegistry jvmCmdRegistry) -
Uses of JvmCommandRegistry in org.aksw.shellgebra.exec.graph
Methods in org.aksw.shellgebra.exec.graph that return JvmCommandRegistryModifier and TypeMethodDescriptionProcessRunner.getJvmCmdRegistry()ProcessRunnerPosix.getJvmCmdRegistry() -
Uses of JvmCommandRegistry in org.aksw.shellgebra.exec.stage
Methods in org.aksw.shellgebra.exec.stage with parameters of type JvmCommandRegistryModifier and TypeMethodDescriptionstatic StageStages.jvm(JvmCommandRegistry jvmCmdRegistry, CmdOp cmdOp) -
Uses of JvmCommandRegistry in org.aksw.shellgebra.shim.cmd
Methods in org.aksw.shellgebra.shim.cmd with parameters of type JvmCommandRegistry -
Uses of JvmCommandRegistry in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return JvmCommandRegistryModifier and TypeMethodDescriptionstatic JvmCommandRegistryJvmCommandRegistry.get()Get-or-create the singleton instance.ExecSiteResolver.getJvmCmdRegistry()JvmContext.getJvmCmdRegistry()JvmCommandRegistry.put(String commandName, JvmCommand cmd) Methods in org.aksw.vshell.registry with parameters of type JvmCommandRegistryModifier and TypeMethodDescriptionstatic ExecSiteResolverExecSiteResolver.of(CommandCatalog commandCatalog, JvmCommandRegistry jvmCmdRegistry) voidJvmContext.setJvmCmdRegistry(JvmCommandRegistry jvmCmdRegistry) Constructors in org.aksw.vshell.registry with parameters of type JvmCommandRegistryModifierConstructorDescriptionCommandLocatorJvmRegistry(JvmCommandRegistry jvmCmdRegistry) CommandParserCatalogImpl(CommandCatalog commandCatalog, JvmCommandRegistry commandRegistry) ExecSiteResolver(CommandCatalog cmdCatalog, JvmCommandRegistry jvmCmdRegistry, ExecSiteProbeResults cmdAvailability, ImageIntrospector dockerImageIntrospector) JvmContext(JvmCommandRegistry jvmCmdRegistry)