@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 CommandLineParser
public void parseCommandLine(String[] args)
parseCommandLine
in interface CommandLineParser
public Map<String,String> getSystemProperties()
getSystemProperties
in interface CommandLineParser
public boolean useBinarySearch()
useBinarySearch
in interface CommandLineParser
public boolean isVerbose()
isVerbose
in interface CommandLineParser
public String getRepoPath()
getRepoPath
in interface CommandLineParser
public String getCounterPath()
getCounterPath
in interface CommandLineParser
public boolean isSkipSanityChecks()
isSkipSanityChecks
in interface CommandLineParser
Copyright © 2012-2014 Red Hat, Inc.. All Rights Reserved.