Uses of Record Class
org.aksw.vshell.registry.CommandBinding
Packages that use CommandBinding
-
Uses of CommandBinding in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return CommandBindingModifier and TypeMethodDescriptionstatic CommandBindingCmdOpVisitorToPbDocker.resolveOrFail(CommandCatalog commandCatalog, String commandName, ExecSite execSite) Methods in org.aksw.vshell.registry that return types with arguments of type CommandBindingModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ExecSite, CommandBinding> Return all known locations for a command.default Optional<Set<CommandBinding>> Find the best matching command for the given exec site.com.google.common.collect.Multimap<ExecSite, CommandBinding> com.google.common.collect.Multimap<ExecSite, CommandBinding> com.google.common.collect.Multimap<ExecSite, CommandBinding> CommandRegistry.getAvailability(String command, ExecSite execSite) Optional<com.google.common.collect.Multimap<ExecSite, CommandBinding>> CommandRegistry.getKnownExecSites(String command) Return a snapshot of the set of exec sites where the command is known to be present.Methods in org.aksw.vshell.registry with parameters of type CommandBindingModifier and TypeMethodDescriptionCommandRegistry.put(String command, ExecSite execSite, CommandBinding cmd) Method parameters in org.aksw.vshell.registry with type arguments of type CommandBindingModifier and TypeMethodDescriptionCommandRegistry.putAll(String command, com.google.common.collect.Multimap<ExecSite, CommandBinding> cmdMap)