Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ICommand
-
Packages that use ICommand Package Description gov.nist.secauto.metaschema.cli.processor gov.nist.secauto.metaschema.cli.processor.command -
-
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor
Methods in gov.nist.secauto.metaschema.cli.processor that return ICommand Modifier and Type Method Description ICommand
CLIProcessor.CallingContext. getTargetCommand()
Methods in gov.nist.secauto.metaschema.cli.processor that return types with arguments of type ICommand Modifier and Type Method Description protected List<ICommand>
CLIProcessor. getTopLevelCommands()
Methods in gov.nist.secauto.metaschema.cli.processor with parameters of type ICommand Modifier and Type Method Description void
CLIProcessor. addCommandHandler(ICommand handler)
-
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor.command
Classes in gov.nist.secauto.metaschema.cli.processor.command that implement ICommand Modifier and Type Class Description class
AbstractParentCommand
class
AbstractTerminalCommand
Methods in gov.nist.secauto.metaschema.cli.processor.command that return ICommand Modifier and Type Method Description protected ICommand
AbstractCommandExecutor. getCommand()
ICommand
AbstractParentCommand. getSubCommandByName(String name)
default ICommand
ICommand. getSubCommandByName(String name)
Methods in gov.nist.secauto.metaschema.cli.processor.command that return types with arguments of type ICommand Modifier and Type Method Description List<ICommand>
CommandService. getCommands()
Collection<ICommand>
AbstractParentCommand. getSubCommands()
Collection<ICommand>
AbstractTerminalCommand. getSubCommands()
Collection<ICommand>
ICommand. getSubCommands()
Methods in gov.nist.secauto.metaschema.cli.processor.command with parameters of type ICommand Modifier and Type Method Description protected void
AbstractParentCommand. addCommandHandler(ICommand handler)
-