Class CommandParserCatalogImpl
java.lang.Object
org.aksw.vshell.registry.CommandParserCatalogImpl
- All Implemented Interfaces:
CommandParserCatalog
-
Constructor Summary
ConstructorsConstructorDescriptionCommandParserCatalogImpl(CommandCatalog commandCatalog, JvmCommandRegistry commandRegistry) -
Method Summary
Modifier and TypeMethodDescriptionSearches for a parser by looking of the command name on the 'jvm' execution site.
-
Constructor Details
-
CommandParserCatalogImpl
-
-
Method Details
-
getParser
Searches for a parser by looking of the command name on the 'jvm' execution site. Picks the first command on the jvm exec site.- Specified by:
getParserin interfaceCommandParserCatalog
-