Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ICommand
Packages that use ICommand
Package
Description
-
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor
Methods in gov.nist.secauto.metaschema.cli.processor that return ICommandMethods in gov.nist.secauto.metaschema.cli.processor that return types with arguments of type ICommandModifier and TypeMethodDescriptionCLIProcessor.getTopLevelCommands()CLIProcessor.getTopLevelCommandsByName()Methods in gov.nist.secauto.metaschema.cli.processor with parameters of type ICommand -
Uses of ICommand in gov.nist.secauto.metaschema.cli.processor.command
Classes in gov.nist.secauto.metaschema.cli.processor.command that implement ICommandMethods in gov.nist.secauto.metaschema.cli.processor.command that return ICommandModifier and TypeMethodDescriptionprotected ICommandAbstractCommandExecutor.getCommand()AbstractParentCommand.getSubCommandByName(String name) default ICommandICommand.getSubCommandByName(String name) Methods in gov.nist.secauto.metaschema.cli.processor.command that return types with arguments of type ICommandModifier and TypeMethodDescriptionCommandService.getCommands()AbstractParentCommand.getSubCommands()AbstractTerminalCommand.getSubCommands()ICommand.getSubCommands()Methods in gov.nist.secauto.metaschema.cli.processor.command with parameters of type ICommandModifier and TypeMethodDescriptionprotected final voidAbstractParentCommand.addCommandHandler(ICommand handler)