public class ParserUtil extends Object
Constructor and Description |
---|
ParserUtil() |
Modifier and Type | Method and Description |
---|---|
protected static ParsingStateCallbackHandler |
getCallbackHandler(CommandLineParser.CallbackHandler handler) |
static void |
parse(String commandLine,
CommandLineParser.CallbackHandler handler) |
static void |
parse(String str,
CommandLineParser.CallbackHandler handler,
ParsingState initialState) |
static void |
parseCommandArgs(String commandLine,
CommandLineParser.CallbackHandler handler) |
static void |
parseHeaders(String commandLine,
CommandLineParser.CallbackHandler handler) |
static void |
parseOperationRequest(String commandLine,
CommandLineParser.CallbackHandler handler) |
public static void parse(String commandLine, CommandLineParser.CallbackHandler handler) throws CommandFormatException
CommandFormatException
public static void parseOperationRequest(String commandLine, CommandLineParser.CallbackHandler handler) throws CommandFormatException
CommandFormatException
public static void parseHeaders(String commandLine, CommandLineParser.CallbackHandler handler) throws CommandFormatException
CommandFormatException
public static void parseCommandArgs(String commandLine, CommandLineParser.CallbackHandler handler) throws CommandFormatException
CommandFormatException
public static void parse(String str, CommandLineParser.CallbackHandler handler, ParsingState initialState) throws CommandFormatException
CommandFormatException
protected static ParsingStateCallbackHandler getCallbackHandler(CommandLineParser.CallbackHandler handler)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.