public class AFCliRequest extends Object
| Constructor and Description |
|---|
AFCliRequest(String multiModuleProjectDirectory,
String[] args,
Map<String,Object> map,
String requestUUID,
Boolean logRequested) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgs() |
org.codehaus.plexus.classworlds.ClassWorld |
getClassWorld() |
org.apache.commons.cli.CommandLine |
getCommandLine() |
Map<String,Object> |
getMap() |
String |
getMultiModuleProjectDirectory() |
org.apache.maven.execution.MavenExecutionRequest |
getRequest() |
String |
getRequestUUID() |
Properties |
getSystemProperties() |
Properties |
getUserProperties() |
String |
getWorkingDirectory() |
boolean |
isDebug() |
Boolean |
isLogRequested() |
boolean |
isQuiet() |
boolean |
isShowErrors() |
void |
setArgs(String[] args) |
void |
setClassWorld(org.codehaus.plexus.classworlds.ClassWorld classWorld) |
void |
setCommandLine(org.apache.commons.cli.CommandLine commandLine) |
void |
setDebug(boolean debug) |
void |
setMultiModuleProjectDirectory(String multiModuleProjectDirectory) |
void |
setQuiet(boolean quiet) |
void |
setShowErrors(boolean showErrors) |
void |
setWorkingDirectory(String workingDirectory) |
public Boolean isLogRequested()
public String getRequestUUID()
public String[] getArgs()
public void setArgs(String[] args)
public org.apache.commons.cli.CommandLine getCommandLine()
public void setCommandLine(org.apache.commons.cli.CommandLine commandLine)
public org.codehaus.plexus.classworlds.ClassWorld getClassWorld()
public void setClassWorld(org.codehaus.plexus.classworlds.ClassWorld classWorld)
public String getWorkingDirectory()
public void setWorkingDirectory(String workingDirectory)
public String getMultiModuleProjectDirectory()
public void setMultiModuleProjectDirectory(String multiModuleProjectDirectory)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public boolean isShowErrors()
public void setShowErrors(boolean showErrors)
public Properties getUserProperties()
public Properties getSystemProperties()
public org.apache.maven.execution.MavenExecutionRequest getRequest()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.