| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.settings | |
| org.apache.maven.settings.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProfileManager.loadSettingsProfiles(Settings settings) |
void |
ProfileManager.loadSettingsProfiles(Settings settings) |
| Constructor and Description |
|---|
DefaultProfileManager(org.codehaus.plexus.PlexusContainer container,
Settings settings)
Deprecated.
without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly
in embedded envirnments.
|
DefaultProfileManager(org.codehaus.plexus.PlexusContainer container,
Settings settings,
Properties props)
the properties passed to the profile manager are the props that
are passed to maven, possibly containing profile activator properties
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
DefaultMavenSettingsBuilder.buildSettings() |
Settings |
MavenSettingsBuilder.buildSettings() |
Settings |
DefaultMavenSettingsBuilder.buildSettings(boolean useCachedSettings) |
Settings |
MavenSettingsBuilder.buildSettings(boolean useCachedSettings) |
Settings |
DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile) |
Settings |
MavenSettingsBuilder.buildSettings(File userSettingsFile) |
Settings |
DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile,
boolean useCachedSettings) |
Settings |
MavenSettingsBuilder.buildSettings(File userSettingsFile,
boolean useCachedSettings) |
static Settings |
SettingsUtils.copySettings(Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
static Settings |
SettingsUtils.copySettings(Settings settings) |
static void |
SettingsUtils.merge(Settings dominant,
Settings recessive,
String recessiveSourceLevel) |
| Constructor and Description |
|---|
RuntimeInfo(Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
SettingsXpp3Reader.read(InputStream in)
Method read.
|
Settings |
SettingsXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
Settings |
SettingsXpp3Reader.read(Reader reader) |
Settings |
SettingsXpp3Reader.read(Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsXpp3Writer.write(OutputStream stream,
Settings settings)
Method write.
|
void |
SettingsXpp3Writer.write(Writer writer,
Settings settings)
Method write.
|
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.