public class CliRequest
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getArgs() |
|
org.codehaus.plexus.classworlds.ClassWorld |
getClassWorld() |
|
org.apache.commons.cli.CommandLine |
getCommandLine() |
|
java.io.File |
getMultiModuleProjectDirectory() |
|
org.apache.maven.execution.MavenExecutionRequest |
getRequest() |
|
java.util.Properties |
getSystemProperties() |
|
java.util.Properties |
getUserProperties() |
|
java.lang.String |
getWorkingDirectory() |
|
boolean |
isDebug() |
|
boolean |
isQuiet() |
|
boolean |
isShowErrors() |
|
void |
setUserProperties(java.util.Properties properties) |
public java.lang.String[] getArgs()
public org.apache.commons.cli.CommandLine getCommandLine()
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld()
public java.lang.String getWorkingDirectory()
public java.io.File getMultiModuleProjectDirectory()
public boolean isDebug()
public boolean isQuiet()
public boolean isShowErrors()
public java.util.Properties getUserProperties()
public java.util.Properties getSystemProperties()
public org.apache.maven.execution.MavenExecutionRequest getRequest()
public void setUserProperties(java.util.Properties properties)