Interface CommandCatalog
- All Known Implementing Classes:
CommandCatalogOverLocator, CommandCatalogUnion, CommandRegistry
public interface CommandCatalog
-
Method Summary
Modifier 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.getExecSites(String virtualCommandName) Convenience method to get only a command's set of exec sites.
-
Method Details
-
get
Return all known locations for a command. Candidate locations where the command is unavailable (e.g. on the host) must have been filtered out. -
get
Find the best matching command for the given exec site. -
getExecSites
-