Uses of Class
org.jboss.as.cli.impl.aesh.CLICommandRegistry
-
Packages that use CLICommandRegistry Package Description org.jboss.as.cli.impl.aesh org.jboss.as.cli.impl.aesh.cmd org.jboss.as.cli.impl.aesh.cmd.deployment -
-
Uses of CLICommandRegistry in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return CLICommandRegistry Modifier and Type Method Description CLICommandRegistryAeshCommands. getRegistry() -
Uses of CLICommandRegistry in org.jboss.as.cli.impl.aesh.cmd
Constructors in org.jboss.as.cli.impl.aesh.cmd with parameters of type CLICommandRegistry Constructor Description HelpCommand(CLICommandRegistry aeshRegistry) -
Uses of CLICommandRegistry in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment with parameters of type CLICommandRegistry Modifier and Type Method Description static voidDeploymentCommand. registerDeploymentCommands(CommandContext ctx, CLICommandRegistry registry)
-