Package | Description |
---|---|
org.jboss.aesh.console.command.invocation | |
org.jboss.aesh.console.command.registry |
Modifier and Type | Method and Description |
---|---|
Command |
CommandInvocation.getPopulatedCommand(String commandLine)
Retrieve the command from a command line.
|
Command |
AeshCommandInvocation.getPopulatedCommand(String commandLine) |
Modifier and Type | Method and Description |
---|---|
List<CommandLineParser<?>> |
MutableCommandRegistry.getChildCommandParsers(String parent) |
List<CommandLineParser<?>> |
CommandRegistry.getChildCommandParsers(String parent) |
CommandContainer |
MutableCommandRegistry.getCommand(String name,
String line) |
CommandContainer |
CommandRegistry.getCommand(String name,
String line) |
CommandContainer |
MutableCommandRegistry.getCommandByAlias(String alias) |
CommandContainer |
CommandRegistry.getCommandByAlias(String alias) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.