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.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.registry.init
Methods in org.aksw.shellgebra.registry.init that return JvmCommandRegistryModifier and TypeMethodDescriptionstatic JvmCommandRegistryInitCommandRegistry.initJvmCmdRegistry(JvmCommandRegistry jvmCmdRegistry) These are the physical jvms.Methods in org.aksw.shellgebra.registry.init with parameters of type JvmCommandRegistryModifier and TypeMethodDescriptionstatic JvmCommandRegistryInitCommandRegistry.initJvmCmdRegistry(JvmCommandRegistry jvmCmdRegistry) These are the physical jvms. -
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
Fields in org.aksw.vshell.registry declared as JvmCommandRegistryMethods in org.aksw.vshell.registry that return JvmCommandRegistryModifier and TypeMethodDescriptionstatic JvmCommandRegistryJvmCommandRegistry.get()Get-or-create the singleton instance.CmdExecSystem.getJvmCmdRegistry()ExecSiteResolver.getJvmCmdRegistry()ExecSiteToProcessDispatcher.getJvmCmdRegistry()JvmContext.getJvmCmdRegistry()JvmExecCxt.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) static ProcessBuilderJvmProcessBuilderJvm.of(JvmCommandRegistry jvmCmdRegistry, String... argv) static ProcessBuilderJvmProcessBuilderJvm.of(JvmCommandRegistry jvmCmdRegistry, List<String> argv) voidJvmContext.setJvmCmdRegistry(JvmCommandRegistry jvmCmdRegistry) ProcessBuilderJvm.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) JvmExecCxt(ProcessRunner executor, JvmCommandRegistry jvmCmdRegistry, Map<String, String> environment, Path directory, DynamicInput inputSource, DynamicOutput outputTarget, DynamicOutput errorTarget)