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 ICommandCLIProcessor.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 voidCLIProcessor. 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 classAbstractParentCommandclassAbstractTerminalCommandMethods in gov.nist.secauto.metaschema.cli.processor.command that return ICommand Modifier and Type Method Description protected ICommandAbstractCommandExecutor. getCommand()ICommandAbstractParentCommand. getSubCommandByName(String name)default ICommandICommand. 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 voidAbstractParentCommand. addCommandHandler(ICommand handler)
-