public class MavenContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXECUTABLE |
static String |
MAVEN_OPTS |
Constructor and Description |
---|
MavenContext() |
Modifier and Type | Method and Description |
---|---|
String |
getExecutable() |
List<String> |
getGoals() |
List<String> |
getOptions() |
List<String> |
getPassThroughPropertyKeys() |
List<String> |
getPhases() |
File |
getPom() |
List<String> |
getProfiles() |
Properties |
getProperties() |
File |
getWorkingDir() |
boolean |
isBatchMode() |
boolean |
isDebug() |
boolean |
isErrors() |
boolean |
isInheritMavenOpts() |
boolean |
isOffline() |
boolean |
isQuiet() |
void |
setBatchMode(boolean batchMode) |
void |
setDebug(boolean debug) |
void |
setErrors(boolean errors) |
void |
setExecutable(String executable) |
void |
setGoals(List<String> goals) |
void |
setInheritMavenOpts(boolean inheritMavenOpts) |
void |
setOffline(boolean offline) |
void |
setOptions(List<String> options) |
void |
setPassThroughPropertyKeys(List<String> passThroughPropertyKeys) |
void |
setPhases(List<String> phases) |
void |
setPom(File pom) |
void |
setProfiles(List<String> profiles) |
void |
setProperties(Properties properties) |
void |
setQuiet(boolean quiet) |
void |
setWorkingDir(File workingDir) |
public static final String DEFAULT_EXECUTABLE
public static final String MAVEN_OPTS
public MavenContext()
public String getExecutable()
public void setExecutable(String executable)
public File getWorkingDir()
public void setWorkingDir(File workingDir)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isErrors()
public void setErrors(boolean errors)
public boolean isBatchMode()
public void setBatchMode(boolean batchMode)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public boolean isOffline()
public void setOffline(boolean offline)
public List<String> getOptions()
public void setOptions(List<String> options)
public boolean isInheritMavenOpts()
public void setInheritMavenOpts(boolean inheritMavenOpts)
public List<String> getProfiles()
public void setProfiles(List<String> profiles)
public List<String> getPassThroughPropertyKeys()
public void setPassThroughPropertyKeys(List<String> passThroughPropertyKeys)
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.