Package org.apache.maven.cli
Class CliRequest
java.lang.Object
org.apache.maven.cli.CliRequest
CliRequest
- 
Method Summary
Modifier and TypeMethodDescriptionString[]getArgs()org.codehaus.plexus.classworlds.ClassWorldorg.apache.commons.cli.CommandLinebooleanisQuiet()booleanbooleanvoidsetUserProperties(Properties properties)  
- 
Method Details
- 
getArgs
 - 
getCommandLine
public org.apache.commons.cli.CommandLine getCommandLine() - 
getClassWorld
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld() - 
getWorkingDirectory
 - 
getMultiModuleProjectDirectory
 - 
isVerbose
public boolean isVerbose() - 
isQuiet
public boolean isQuiet() - 
isShowErrors
public boolean isShowErrors() - 
getUserProperties
 - 
getSystemProperties
 - 
getRequest
 - 
setUserProperties
 - 
getRootDirectory
 - 
getTopDirectory
 
 -