public class AttributeNamePathCompleter extends Object implements CommandLineCompleter
Modifier and Type | Class and Description |
---|---|
static class |
AttributeNamePathCompleter.AttributeNameState |
static class |
AttributeNamePathCompleter.CloseBracketState |
static class |
AttributeNamePathCompleter.DotState |
static class |
AttributeNamePathCompleter.InitialValueState |
static class |
AttributeNamePathCompleter.ListIndexState |
static class |
AttributeNamePathCompleter.OpenBracketState |
Modifier and Type | Field and Description |
---|---|
static AttributeNamePathCompleter |
INSTANCE |
Constructor and Description |
---|
AttributeNamePathCompleter(org.jboss.dmr.ModelNode typeDescr) |
AttributeNamePathCompleter(OperationRequestAddress address) |
AttributeNamePathCompleter(OperationRequestAddress address,
boolean writeOnly) |
Modifier and Type | Method and Description |
---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<String> candidates) |
int |
complete(String buffer,
List<String> candidates,
org.jboss.dmr.ModelNode descr) |
int |
complete(String buffer,
List<String> candidates,
org.jboss.dmr.ModelNode descr,
boolean writeOnly) |
protected org.jboss.as.cli.impl.AttributeNamePathCompleter.AttributeNamePathCallbackHandler |
parse(String line) |
public static final AttributeNamePathCompleter INSTANCE
public AttributeNamePathCompleter(OperationRequestAddress address)
public AttributeNamePathCompleter(OperationRequestAddress address, boolean writeOnly)
public AttributeNamePathCompleter(org.jboss.dmr.ModelNode typeDescr)
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
complete
in interface CommandLineCompleter
public int complete(String buffer, List<String> candidates, org.jboss.dmr.ModelNode descr, boolean writeOnly)
protected org.jboss.as.cli.impl.AttributeNamePathCompleter.AttributeNamePathCallbackHandler parse(String line) throws CommandFormatException
CommandFormatException
Copyright © 2023 JBoss by Red Hat. All rights reserved.