org.apache.maven.shared.release.env
Class DefaultReleaseEnvironment

java.lang.Object
  extended by org.apache.maven.shared.release.env.DefaultReleaseEnvironment
All Implemented Interfaces:
ReleaseEnvironment

public class DefaultReleaseEnvironment
extends Object
implements ReleaseEnvironment


Field Summary
 
Fields inherited from interface org.apache.maven.shared.release.env.ReleaseEnvironment
DEFAULT_MAVEN_EXECUTOR_ID
 
Constructor Summary
DefaultReleaseEnvironment()
           
 
Method Summary
 File getJavaHome()
           
 File getLocalRepositoryDirectory()
           
 String getMavenExecutorId()
           
 File getMavenHome()
           
 Settings getSettings()
           
 ReleaseEnvironment setJavaHome(File javaHome)
           
 ReleaseEnvironment setLocalRepositoryDirectory(File localRepositoryDirectory)
           
 ReleaseEnvironment setMavenExecutorId(String mavenExecutorId)
           
 ReleaseEnvironment setMavenHome(File mavenHome)
           
 ReleaseEnvironment setSettings(Settings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReleaseEnvironment

public DefaultReleaseEnvironment()
Method Detail

getMavenHome

public File getMavenHome()
Specified by:
getMavenHome in interface ReleaseEnvironment

getSettings

public Settings getSettings()
Specified by:
getSettings in interface ReleaseEnvironment

setMavenHome

public ReleaseEnvironment setMavenHome(File mavenHome)
Specified by:
setMavenHome in interface ReleaseEnvironment

setSettings

public ReleaseEnvironment setSettings(Settings settings)
Specified by:
setSettings in interface ReleaseEnvironment

getMavenExecutorId

public String getMavenExecutorId()
Specified by:
getMavenExecutorId in interface ReleaseEnvironment

setMavenExecutorId

public ReleaseEnvironment setMavenExecutorId(String mavenExecutorId)
Specified by:
setMavenExecutorId in interface ReleaseEnvironment

getJavaHome

public File getJavaHome()
Specified by:
getJavaHome in interface ReleaseEnvironment

setJavaHome

public ReleaseEnvironment setJavaHome(File javaHome)
Specified by:
setJavaHome in interface ReleaseEnvironment

getLocalRepositoryDirectory

public File getLocalRepositoryDirectory()
Specified by:
getLocalRepositoryDirectory in interface ReleaseEnvironment

setLocalRepositoryDirectory

public ReleaseEnvironment setLocalRepositoryDirectory(File localRepositoryDirectory)
Specified by:
setLocalRepositoryDirectory in interface ReleaseEnvironment


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.