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.parseHeaders(String commandLine,
CommandLineParser.CallbackHandler handler,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions
performed
|
static StateParser.SubstitutedLine |
ParserUtil.parseHeadersLine(String commandLine,
CommandLineParser.CallbackHandler handler,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions
performed
|
static StateParser.SubstitutedLine |
ParserUtil.parseLine(String commandLine,
CommandLineParser.CallbackHandler handler,
boolean strict,
CommandContext ctx) |
|
static StateParser.SubstitutedLine |
ParserUtil.parseLine(String commandLine,
CommandLineParser.CallbackHandler handler,
boolean strict,
CommandContext ctx,
boolean disableResolutionException) |
|
static String |
ParserUtil.parseOperationRequest(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,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions
performed
|
static StateParser.SubstitutedLine |
ParserUtil.parseOperationRequestLine(String commandLine,
CommandLineParser.CallbackHandler handler) |
|
static StateParser.SubstitutedLine |
ParserUtil.parseOperationRequestLine(String commandLine,
CommandLineParser.CallbackHandler handler,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions
performed
|