Class CommandCatalogOverLocator

java.lang.Object
org.aksw.vshell.registry.CommandCatalogOverLocator
All Implemented Interfaces:
CommandCatalog

public class CommandCatalogOverLocator extends Object implements CommandCatalog
Combine a locator with an exec-site instance. The results returned by the locator will associated with the preset execSiet.
  • Constructor Details

  • Method Details

    • get

      public com.google.common.collect.Multimap<ExecSite, CommandBinding> get(String virtualCommandName)
      Description copied from interface: CommandCatalog
      Return 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:
      get in interface CommandCatalog