Package org.apache.maven.cli
Class CliRequest
- java.lang.Object
-
- org.apache.maven.cli.CliRequest
-
public class CliRequest extends java.lang.ObjectCliRequest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String[]args(package private) org.codehaus.plexus.classworlds.ClassWorldclassWorld(package private) org.apache.commons.cli.CommandLinecommandLine(package private) booleandebug(package private) java.io.FilemultiModuleProjectDirectory(package private) booleanquiet(package private) MavenExecutionRequestrequest(package private) booleanshowErrors(package private) java.util.PropertiessystemProperties(package private) java.util.PropertiesuserProperties(package private) java.lang.StringworkingDirectory
-
Constructor Summary
Constructors Constructor Description CliRequest(java.lang.String[] args, org.codehaus.plexus.classworlds.ClassWorld classWorld)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getArgs()org.codehaus.plexus.classworlds.ClassWorldgetClassWorld()org.apache.commons.cli.CommandLinegetCommandLine()java.io.FilegetMultiModuleProjectDirectory()MavenExecutionRequestgetRequest()java.util.PropertiesgetSystemProperties()java.util.PropertiesgetUserProperties()java.lang.StringgetWorkingDirectory()booleanisDebug()booleanisQuiet()booleanisShowErrors()voidsetUserProperties(java.util.Properties properties)
-
-
-
Field Detail
-
args
java.lang.String[] args
-
commandLine
org.apache.commons.cli.CommandLine commandLine
-
classWorld
org.codehaus.plexus.classworlds.ClassWorld classWorld
-
workingDirectory
java.lang.String workingDirectory
-
multiModuleProjectDirectory
java.io.File multiModuleProjectDirectory
-
debug
boolean debug
-
quiet
boolean quiet
-
showErrors
boolean showErrors
-
userProperties
java.util.Properties userProperties
-
systemProperties
java.util.Properties systemProperties
-
request
MavenExecutionRequest request
-
-
Method Detail
-
getArgs
public java.lang.String[] getArgs()
-
getCommandLine
public org.apache.commons.cli.CommandLine getCommandLine()
-
getClassWorld
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld()
-
getWorkingDirectory
public java.lang.String getWorkingDirectory()
-
getMultiModuleProjectDirectory
public java.io.File getMultiModuleProjectDirectory()
-
isDebug
public boolean isDebug()
-
isQuiet
public boolean isQuiet()
-
isShowErrors
public boolean isShowErrors()
-
getUserProperties
public java.util.Properties getUserProperties()
-
getSystemProperties
public java.util.Properties getSystemProperties()
-
getRequest
public MavenExecutionRequest getRequest()
-
setUserProperties
public void setUserProperties(java.util.Properties properties)
-
-