Package org.apache.maven.cli
Class CliRequest
java.lang.Object
org.apache.maven.cli.CliRequest
CliRequest
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[](package private) org.codehaus.plexus.classworlds.ClassWorld(package private) org.apache.commons.cli.CommandLine(package private) boolean(package private) File(package private) boolean(package private) MavenExecutionRequest(package private) Path(package private) boolean(package private) Properties(package private) Path(package private) Properties(package private) String -
Constructor Summary
ConstructorsConstructorDescriptionCliRequest(String[] args, org.codehaus.plexus.classworlds.ClassWorld classWorld) -
Method Summary
Modifier and TypeMethodDescriptionString[]getArgs()org.codehaus.plexus.classworlds.ClassWorldorg.apache.commons.cli.CommandLinebooleanisDebug()booleanisQuiet()booleanvoidsetUserProperties(Properties properties)
-
Field Details
-
args
String[] args -
commandLine
org.apache.commons.cli.CommandLine commandLine -
classWorld
org.codehaus.plexus.classworlds.ClassWorld classWorld -
workingDirectory
String workingDirectory -
multiModuleProjectDirectory
File multiModuleProjectDirectory -
rootDirectory
Path rootDirectory -
topDirectory
Path topDirectory -
debug
boolean debug -
quiet
boolean quiet -
showErrors
boolean showErrors -
userProperties
Properties userProperties -
systemProperties
Properties systemProperties -
request
MavenExecutionRequest request
-
-
Constructor Details
-
CliRequest
CliRequest(String[] args, org.codehaus.plexus.classworlds.ClassWorld classWorld)
-
-
Method Details
-
getArgs
-
getCommandLine
public org.apache.commons.cli.CommandLine getCommandLine() -
getClassWorld
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld() -
getWorkingDirectory
-
getMultiModuleProjectDirectory
-
isDebug
public boolean isDebug() -
isQuiet
public boolean isQuiet() -
isShowErrors
public boolean isShowErrors() -
getUserProperties
-
getSystemProperties
-
getRequest
-
setUserProperties
-