public class CliRequest extends Object
Modifier and Type | Method and Description |
---|---|
String[] |
getArgs() |
org.codehaus.plexus.classworlds.ClassWorld |
getClassWorld() |
org.apache.commons.cli.CommandLine |
getCommandLine() |
File |
getMultiModuleProjectDirectory() |
MavenExecutionRequest |
getRequest() |
Properties |
getSystemProperties() |
Properties |
getUserProperties() |
String |
getWorkingDirectory() |
boolean |
isDebug() |
boolean |
isQuiet() |
boolean |
isShowErrors() |
void |
setUserProperties(Properties properties) |
public String[] getArgs()
public org.apache.commons.cli.CommandLine getCommandLine()
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld()
public String getWorkingDirectory()
public File getMultiModuleProjectDirectory()
public boolean isDebug()
public boolean isQuiet()
public boolean isShowErrors()
public Properties getUserProperties()
public Properties getSystemProperties()
public MavenExecutionRequest getRequest()
public void setUserProperties(Properties properties)
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.