@Component(role=CommandLineParser.class) public class DefaultCommandLineParser extends Object implements CommandLineParser
| Constructor and Description |
|---|
DefaultCommandLineParser() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.shared.invoker.InvocationRequest |
createInvocationRequest() |
String |
getCounterPath() |
String |
getRepoPath() |
Map<String,String> |
getSystemProperties() |
boolean |
isSkipSanityChecks() |
boolean |
isVerbose() |
void |
parseCommandLine(String[] args) |
boolean |
useBinarySearch() |
public org.apache.maven.shared.invoker.InvocationRequest createInvocationRequest()
createInvocationRequest in interface CommandLineParserpublic void parseCommandLine(String[] args)
parseCommandLine in interface CommandLineParserpublic Map<String,String> getSystemProperties()
getSystemProperties in interface CommandLineParserpublic boolean useBinarySearch()
useBinarySearch in interface CommandLineParserpublic boolean isVerbose()
isVerbose in interface CommandLineParserpublic String getRepoPath()
getRepoPath in interface CommandLineParserpublic String getCounterPath()
getCounterPath in interface CommandLineParserpublic boolean isSkipSanityChecks()
isSkipSanityChecks in interface CommandLineParserCopyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.