Modifier and Type | Method and Description |
---|---|
ParsingStateCallbackHandler |
CommandLineParser.CallbackHandler.headerName(int index,
String name) |
Modifier and Type | Method and Description |
---|---|
ParsingStateCallbackHandler |
DefaultCallbackHandler.headerName(int index,
String headerName) |
Modifier and Type | Method and Description |
---|---|
ParsingStateCallbackHandler |
ParsingContext.getCallbackHandler()
The callback handler used for current parsing.
|
protected static ParsingStateCallbackHandler |
ParserUtil.getCallbackHandler(CommandLineParser.CallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected static String |
StateParser.doParse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict)
Returns the string which was actually parsed with all the substitutions performed
|
protected static String |
StateParser.doParse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext cmdCtx)
Returns the string which was actually parsed with all the substitutions performed
|
String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext ctx)
Returns the string which was actually parsed with all the substitutions performed
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentValueCallbackHandler |
Modifier and Type | Class and Description |
---|---|
class |
RolloutPlanHeaderCallbackHandler |
Copyright © 2023 JBoss by Red Hat. All rights reserved.