public class ValueTypeCompleter extends Object implements CommandLineCompleter
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueTypeCompleter.EqualsState |
static class |
ValueTypeCompleter.InitialValueState |
static class |
ValueTypeCompleter.ListItemSeparatorState |
static class |
ValueTypeCompleter.PropertyListState |
static class |
ValueTypeCompleter.PropertyState |
static class |
ValueTypeCompleter.StartListState |
static class |
ValueTypeCompleter.StartObjectState |
static class |
ValueTypeCompleter.TextState |
static interface |
ValueTypeCompleter.ValueTypeCandidatesProvider |
| Constructor and Description |
|---|
ValueTypeCompleter(org.jboss.dmr.ModelNode propDescr) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<String> candidates) |
protected org.jboss.as.cli.impl.ValueTypeCompleter.ValueTypeCallbackHandler |
parse(String line) |
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
complete in interface CommandLineCompleterprotected org.jboss.as.cli.impl.ValueTypeCompleter.ValueTypeCallbackHandler parse(String line) throws CommandFormatException
CommandFormatExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.