Package org.apache.maven.cli
Class CliRequest
- java.lang.Object
-
- org.apache.maven.cli.CliRequest
-
public class CliRequest extends java.lang.Object
CliRequest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String[]
args
(package private) org.codehaus.plexus.classworlds.ClassWorld
classWorld
(package private) org.apache.commons.cli.CommandLine
commandLine
(package private) boolean
debug
(package private) java.io.File
multiModuleProjectDirectory
(package private) boolean
quiet
(package private) MavenExecutionRequest
request
(package private) boolean
showErrors
(package private) java.util.Properties
systemProperties
(package private) java.util.Properties
userProperties
(package private) java.lang.String
workingDirectory
-
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.ClassWorld
getClassWorld()
org.apache.commons.cli.CommandLine
getCommandLine()
java.io.File
getMultiModuleProjectDirectory()
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)
-
-
-
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)
-
-