| Package | Description |
|---|---|
| org.jboss.as.cli | |
| org.jboss.as.cli.impl | |
| org.jboss.as.cli.operation | |
| org.jboss.as.cli.operation.impl |
| Modifier and Type | Method and Description |
|---|---|
OperationCandidatesProvider |
CommandContext.getOperationCandidatesProvider()
Returns the provider of operation request candidates for tab-completion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandCandidatesProvider |
| Modifier and Type | Method and Description |
|---|---|
int |
OperationRequestCompleter.complete(CommandContext ctx,
OperationCandidatesProvider candidatesProvider,
String buffer,
int cursor,
List<String> candidates) |
protected int |
OperationRequestCompleter.complete(CommandContext ctx,
ParsedCommandLine parsedCmd,
OperationCandidatesProvider candidatesProvider,
String buffer,
int cursor,
List<String> candidates) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOperationCandidatesProvider |
Copyright © 2014 JBoss by Red Hat. All rights reserved.