Class CommandCatalogOverLocator
java.lang.Object
org.aksw.vshell.registry.CommandCatalogOverLocator
- All Implemented Interfaces:
CommandCatalog
Combine a locator with an exec-site instance.
The results returned by the locator will associated with the preset execSiet.
-
Constructor Summary
ConstructorsConstructorDescriptionCommandCatalogOverLocator(ExecSite execSite, CommandBindingLocator locator) CommandCatalogOverLocator(ExecSite execSite, CommandLocator locator) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ExecSite, CommandBinding> Return all known locations for a command.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandCatalog
get, getExecSites
-
Constructor Details
-
CommandCatalogOverLocator
-
CommandCatalogOverLocator
-
-
Method Details
-
get
Description copied from interface:CommandCatalogReturn all known locations for a command. Candidate locations where the command is unavailable (e.g. on the host) must have been filtered out.- Specified by:
getin interfaceCommandCatalog
-