Class CommandCatalogCached
java.lang.Object
org.aksw.vshell.registry.CommandCatalogCached
- All Implemented Interfaces:
CommandCatalog
-
Constructor Summary
ConstructorsConstructorDescriptionCommandCatalogCached(CommandCatalog baseRegistry, CommandRegistry dynamicRegistry) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandCatalog
get, getExecSites
-
Constructor Details
-
CommandCatalogCached
-
-
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
-