Class DefaultReleaseEnvironment
java.lang.Object
org.apache.maven.shared.release.env.DefaultReleaseEnvironment
- All Implemented Interfaces:
ReleaseEnvironment
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate File
private Locale
private File
private String
private File
private org.apache.maven.settings.Settings
Fields inherited from interface org.apache.maven.shared.release.env.ReleaseEnvironment
DEFAULT_MAVEN_EXECUTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.settings.Settings
setJavaHome
(File javaHome) setLocalRepositoryDirectory
(File localRepositoryDirectory) setMavenExecutorId
(String mavenExecutorId) setMavenHome
(File mavenHome) setSettings
(org.apache.maven.settings.Settings settings)
-
Field Details
-
mavenHome
-
javaHome
-
localRepositoryDirectory
-
settings
private org.apache.maven.settings.Settings settings -
mavenExecutorId
-
locale
-
-
Constructor Details
-
DefaultReleaseEnvironment
public DefaultReleaseEnvironment()
-
-
Method Details
-
getMavenHome
- Specified by:
getMavenHome
in interfaceReleaseEnvironment
-
getSettings
public org.apache.maven.settings.Settings getSettings()- Specified by:
getSettings
in interfaceReleaseEnvironment
-
setMavenHome
-
setSettings
-
getMavenExecutorId
- Specified by:
getMavenExecutorId
in interfaceReleaseEnvironment
-
setMavenExecutorId
-
getJavaHome
- Specified by:
getJavaHome
in interfaceReleaseEnvironment
-
setJavaHome
-
getLocalRepositoryDirectory
- Specified by:
getLocalRepositoryDirectory
in interfaceReleaseEnvironment
-
setLocalRepositoryDirectory
-
getLocale
- Specified by:
getLocale
in interfaceReleaseEnvironment
- Returns:
- the locale
-
setLocale
-