Uses of Class
org.jboss.as.cli.CommandRegistry
-
Packages that use CommandRegistry Package Description org.jboss.as.cli org.jboss.as.cli.embedded org.jboss.as.cli.handlers org.jboss.as.cli.impl org.jboss.as.cli.impl.aesh -
-
Uses of CommandRegistry in org.jboss.as.cli
Constructors in org.jboss.as.cli with parameters of type CommandRegistry Constructor Description CommandCompleter(CommandRegistry cmdRegistry) -
Uses of CommandRegistry in org.jboss.as.cli.embedded
Methods in org.jboss.as.cli.embedded with parameters of type CommandRegistry Modifier and Type Method Description static AtomicReference<EmbeddedProcessLaunch>EmbeddedControllerHandlerRegistrar. registerEmbeddedCommands(CommandRegistry commandRegistry, CommandContext ctx) -
Uses of CommandRegistry in org.jboss.as.cli.handlers
Constructors in org.jboss.as.cli.handlers with parameters of type CommandRegistry Constructor Description CommandCommandHandler(CommandRegistry cmdRegistry) -
Uses of CommandRegistry in org.jboss.as.cli.impl
Constructors in org.jboss.as.cli.impl with parameters of type CommandRegistry Constructor Description CommandCandidatesProvider(CommandRegistry registry) -
Uses of CommandRegistry in org.jboss.as.cli.impl.aesh
Subclasses of CommandRegistry in org.jboss.as.cli.impl.aesh Modifier and Type Class Description classCLICommandRegistryCommand registry that deals with both CLI Handler and aesh Command.
-