Uses of Class
org.aksw.vshell.registry.CommandRegistry
Packages that use CommandRegistry
-
Uses of CommandRegistry in org.aksw.shellgebra.registry.init
Methods in org.aksw.shellgebra.registry.init that return CommandRegistryModifier and TypeMethodDescriptionstatic CommandRegistryInitCommandRegistry.initCmdCandRegistry(CommandRegistry registry) These are the candidate mappings.Methods in org.aksw.shellgebra.registry.init with parameters of type CommandRegistryModifier and TypeMethodDescriptionstatic CommandRegistryInitCommandRegistry.initCmdCandRegistry(CommandRegistry registry) These are the candidate mappings. -
Uses of CommandRegistry in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return CommandRegistryModifier and TypeMethodDescriptionCmdExecSystem.getCandidates()CmdExecSystem.getInferredCatalog()CommandRegistry.put(String command, ExecSite execSite, String cmd, ArgsTransform argsTransform) CommandRegistry.put(String command, ExecSite execSite, CommandBinding cmd) CommandRegistry.putAll(String command, com.google.common.collect.Multimap<ExecSite, CommandBinding> cmdMap) Constructors in org.aksw.vshell.registry with parameters of type CommandRegistryModifierConstructorDescriptionCmdOpVisitorCandidatePlacer(CommandCatalog cmdRegistry, CommandRegistry probeResultsCatalog, ExecSiteResolver execSiteResolver, Set<ExecSite> preferredExecSites)