public interface CommandLineParser
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() |
void parseCommandLine(String[] args)
org.apache.maven.shared.invoker.InvocationRequest createInvocationRequest()
boolean useBinarySearch()
boolean isVerbose()
String getRepoPath()
String getCounterPath()
boolean isSkipSanityChecks()
Copyright © 2012-2014 Red Hat, Inc.. All Rights Reserved.