Package | Description |
---|---|
org.jboss.as.cli.operation | |
org.jboss.as.cli.operation.impl | |
org.jboss.as.cli.parsing |
Modifier and Type | Method and Description |
---|---|
void |
CommandLineParser.parse(String operationRequest,
CommandLineParser.CallbackHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCallbackHandler |
class |
ValidatingCallbackHandler |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOperationRequestParser.parse(String operationRequest,
CommandLineParser.CallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected static ParsingStateCallbackHandler |
ParserUtil.getCallbackHandler(CommandLineParser.CallbackHandler handler) |
static String |
ParserUtil.parse(String commandLine,
CommandLineParser.CallbackHandler handler)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parse(String commandLine,
CommandLineParser.CallbackHandler handler,
boolean strict)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parse(String commandLine,
CommandLineParser.CallbackHandler handler,
boolean strict,
CommandContext ctx)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parse(String str,
CommandLineParser.CallbackHandler handler,
ParsingState initialState)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parseCommandArgs(String commandLine,
CommandLineParser.CallbackHandler handler)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parseHeaders(String commandLine,
CommandLineParser.CallbackHandler handler)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
ParserUtil.parseOperationRequest(String commandLine,
CommandLineParser.CallbackHandler handler)
Returns the string which was actually parsed with all the substitutions performed
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.