Class CommandCatalogUnion

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

public class CommandCatalogUnion extends Object implements CommandCatalog
  • Constructor Details

  • Method Details

    • get

      public com.google.common.collect.Multimap<ExecSite,String> 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