org.kuali.common.util.service
Class MavenContext

java.lang.Object
  extended by org.kuali.common.util.service.MavenContext

public class MavenContext
extends Object


Field Summary
static String DEFAULT_EXECUTABLE
           
static String MAVEN_OPTS
           
 
Constructor Summary
MavenContext()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXECUTABLE

public static final String DEFAULT_EXECUTABLE
See Also:
Constant Field Values

MAVEN_OPTS

public static final String MAVEN_OPTS
See Also:
Constant Field Values
Constructor Detail

MavenContext

public MavenContext()
Method Detail

getExecutable

public String getExecutable()

setExecutable

public void setExecutable(String executable)

getWorkingDir

public File getWorkingDir()

setWorkingDir

public void setWorkingDir(File workingDir)

getPom

public File getPom()

setPom

public void setPom(File pom)

isDebug

public boolean isDebug()

setDebug

public void setDebug(boolean debug)

isErrors

public boolean isErrors()

setErrors

public void setErrors(boolean errors)

isBatchMode

public boolean isBatchMode()

setBatchMode

public void setBatchMode(boolean batchMode)

isQuiet

public boolean isQuiet()

setQuiet

public void setQuiet(boolean quiet)

isOffline

public boolean isOffline()

setOffline

public void setOffline(boolean offline)

getOptions

public List<String> getOptions()

setOptions

public void setOptions(List<String> options)

getGoals

public List<String> getGoals()

setGoals

public void setGoals(List<String> goals)

getPhases

public List<String> getPhases()

setPhases

public void setPhases(List<String> phases)

isInheritMavenOpts

public boolean isInheritMavenOpts()

setInheritMavenOpts

public void setInheritMavenOpts(boolean inheritMavenOpts)

getProfiles

public List<String> getProfiles()

setProfiles

public void setProfiles(List<String> profiles)

getPassThroughPropertyKeys

public List<String> getPassThroughPropertyKeys()

setPassThroughPropertyKeys

public void setPassThroughPropertyKeys(List<String> passThroughPropertyKeys)

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.