Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ICommand
Package
Description
-
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor
Modifier and TypeMethodDescriptionCLIProcessor.getTopLevelCommands()
CLIProcessor.getTopLevelCommandsByName()
-
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor.command
Modifier and TypeMethodDescriptionprotected ICommand
AbstractCommandExecutor.getCommand()
AbstractParentCommand.getSubCommandByName
(String name) default ICommand
ICommand.getSubCommandByName
(String name) Modifier and TypeMethodDescriptionCommandService.getCommands()
AbstractParentCommand.getSubCommands()
AbstractTerminalCommand.getSubCommands()
ICommand.getSubCommands()
Modifier and TypeMethodDescriptionprotected final void
AbstractParentCommand.addCommandHandler
(ICommand handler)