Uses of Class
org.apache.maven.settings.Settings

Packages that use Settings
org.apache.maven   
org.apache.maven.execution   
org.apache.maven.plugin   
org.apache.maven.plugin.version   
org.apache.maven.profiles   
org.apache.maven.settings   
org.apache.maven.settings.io.xpp3   
 

Uses of Settings in org.apache.maven
 

Methods in org.apache.maven with parameters of type Settings
 MavenProject DefaultMaven.getProject(File pom, ArtifactRepository localRepository, Settings settings, Properties userProperties, ProfileManager globalProfileManager)
          Deprecated. Use DefaultMaven.getProject(File, MavenExecutionRequest) instead.
 

Uses of Settings in org.apache.maven.execution
 

Methods in org.apache.maven.execution that return Settings
 Settings DefaultMavenExecutionRequest.getSettings()
           
 Settings MavenExecutionRequest.getSettings()
           
 Settings MavenSession.getSettings()
           
 

Constructors in org.apache.maven.execution with parameters of type Settings
DefaultMavenExecutionRequest(ArtifactRepository localRepository, Settings settings, EventDispatcher eventDispatcher, List goals, String baseDirectory, ProfileManager globalProfileManager, Properties executionProperties, Properties userProperties, boolean showErrors)
           
MavenSession(org.codehaus.plexus.PlexusContainer container, Settings settings, ArtifactRepository localRepository, EventDispatcher eventDispatcher, ReactorManager reactorManager, List goals, String executionRootDir, Properties executionProperties, Date startTime)
           
MavenSession(org.codehaus.plexus.PlexusContainer container, Settings settings, ArtifactRepository localRepository, EventDispatcher eventDispatcher, ReactorManager reactorManager, List goals, String executionRootDir, Properties executionProperties, Properties userProperties, Date startTime)
           
 

Uses of Settings in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin with parameters of type Settings
 PluginDescriptor PluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository)
          Deprecated. Use PluginManager.loadPluginDescriptor(Plugin, MavenProject, MavenSession) instead.
 PluginDescriptor DefaultPluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository)
          
 

Uses of Settings in org.apache.maven.plugin.version
 

Methods in org.apache.maven.plugin.version with parameters of type Settings
 String DefaultPluginVersionManager.resolvePluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String PluginVersionManager.resolvePluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String DefaultPluginVersionManager.resolveReportPluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String PluginVersionManager.resolveReportPluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 

Uses of Settings in org.apache.maven.profiles
 

Methods in org.apache.maven.profiles with parameters of type Settings
 void ProfileManager.loadSettingsProfiles(Settings settings)
           
 void DefaultProfileManager.loadSettingsProfiles(Settings settings)
           
 

Constructors in org.apache.maven.profiles with parameters of type Settings
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
 

Uses of Settings in org.apache.maven.settings
 

Methods in org.apache.maven.settings that return Settings
 Settings MavenSettingsBuilder.buildSettings()
           
 Settings DefaultMavenSettingsBuilder.buildSettings()
           
 Settings MavenSettingsBuilder.buildSettings(boolean useCachedSettings)
           
 Settings DefaultMavenSettingsBuilder.buildSettings(boolean useCachedSettings)
           
 Settings MavenSettingsBuilder.buildSettings(File userSettingsFile)
           
 Settings DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile)
           
 Settings MavenSettingsBuilder.buildSettings(File userSettingsFile, boolean useCachedSettings)
           
 Settings DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile, boolean useCachedSettings)
           
static Settings SettingsUtils.copySettings(Settings settings)
           
 

Methods in org.apache.maven.settings with parameters of type Settings
static Settings SettingsUtils.copySettings(Settings settings)
           
static void SettingsUtils.merge(Settings dominant, Settings recessive, String recessiveSourceLevel)
           
 

Constructors in org.apache.maven.settings with parameters of type Settings
RuntimeInfo(Settings settings)
           
 

Uses of Settings in org.apache.maven.settings.io.xpp3
 

Methods in org.apache.maven.settings.io.xpp3 that return Settings
 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)
           
 

Methods in org.apache.maven.settings.io.xpp3 with parameters of type Settings
 void SettingsXpp3Writer.write(Writer writer, Settings settings)
          Method write.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.