Modifier and Type | Method and Description |
---|---|
Settings |
MavenSession.getSettings() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequestPopulator.populateFromSettings(MavenExecutionRequest request,
Settings settings)
Deprecated.
|
MavenExecutionRequest |
DefaultMavenExecutionRequestPopulator.populateFromSettings(MavenExecutionRequest request,
Settings settings)
Deprecated.
|
Constructor and Description |
---|
MavenSession(org.codehaus.plexus.PlexusContainer container,
Settings settings,
ArtifactRepository localRepository,
EventDispatcher eventDispatcher,
ReactorManager unused,
List<String> goals,
String executionRootDir,
Properties executionProperties,
Date startTime)
Deprecated.
|
MavenSession(org.codehaus.plexus.PlexusContainer container,
Settings settings,
ArtifactRepository localRepository,
EventDispatcher eventDispatcher,
ReactorManager unused,
List<String> goals,
String executionRootDir,
Properties executionProperties,
Properties userProperties,
Date startTime)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
PluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
DefaultPluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository) |
Modifier and Type | Method and Description |
---|---|
Settings |
MavenSettingsBuilder.buildSettings()
Deprecated.
|
Settings |
DefaultMavenSettingsBuilder.buildSettings() |
Settings |
MavenSettingsBuilder.buildSettings(boolean useCachedSettings)
Deprecated.
|
Settings |
DefaultMavenSettingsBuilder.buildSettings(boolean useCachedSettings) |
Settings |
MavenSettingsBuilder.buildSettings(File userSettingsFile)
Deprecated.
|
Settings |
DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile) |
Settings |
MavenSettingsBuilder.buildSettings(File userSettingsFile,
boolean useCachedSettings)
Deprecated.
|
Settings |
DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile,
boolean useCachedSettings) |
Settings |
MavenSettingsBuilder.buildSettings(MavenExecutionRequest request)
Deprecated.
|
Settings |
DefaultMavenSettingsBuilder.buildSettings(MavenExecutionRequest request) |
Settings |
Settings.clone()
Method clone.
|
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) |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsBuildingResult.getEffectiveSettings()
Gets the assembled settings.
|
Constructor and Description |
---|
DefaultSettingsDecryptionRequest(Settings settings)
Creates a new request to decrypt the specified settings.
|
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsReader.read(File input,
Map<String,?> options)
Reads the settings from the specified file.
|
Settings |
DefaultSettingsReader.read(File input,
Map<String,?> options) |
Settings |
SettingsReader.read(InputStream input,
Map<String,?> options)
Reads the settings from the specified byte stream.
|
Settings |
DefaultSettingsReader.read(InputStream input,
Map<String,?> options) |
Settings |
SettingsReader.read(Reader input,
Map<String,?> options)
Reads the settings from the specified character reader.
|
Settings |
DefaultSettingsReader.read(Reader input,
Map<String,?> options) |
Modifier and Type | Method and Description |
---|---|
void |
SettingsWriter.write(File output,
Map<String,Object> options,
Settings settings)
Writes the supplied settings to the specified file.
|
void |
DefaultSettingsWriter.write(File output,
Map<String,Object> options,
Settings settings) |
void |
SettingsWriter.write(OutputStream output,
Map<String,Object> options,
Settings settings)
Writes the supplied settings to the specified byte stream.
|
void |
DefaultSettingsWriter.write(OutputStream output,
Map<String,Object> options,
Settings settings) |
void |
SettingsWriter.write(Writer output,
Map<String,Object> options,
Settings settings)
Writes the supplied settings to the specified character writer.
|
void |
DefaultSettingsWriter.write(Writer output,
Map<String,Object> options,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenSettingsMerger.merge(Settings dominant,
Settings recessive,
String recessiveSourceLevel) |
Modifier and Type | Method and Description |
---|---|
void |
SettingsValidator.validate(Settings settings,
SettingsProblemCollector problems)
Validate the specified settings.
|
void |
DefaultSettingsValidator.validate(Settings settings,
SettingsProblemCollector problems) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.