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

Packages that use Server
org.apache.maven.artifact.resolver   
org.apache.maven.execution   
org.apache.maven.repository   
org.apache.maven.repository.legacy   
org.apache.maven.settings   
org.apache.maven.settings.crypto   
 

Uses of Server in org.apache.maven.artifact.resolver
 

Methods in org.apache.maven.artifact.resolver that return types with arguments of type Server
 List<Server> ArtifactResolutionRequest.getServers()
           
 

Method parameters in org.apache.maven.artifact.resolver with type arguments of type Server
 ArtifactResolutionRequest ArtifactResolutionRequest.setServers(List<Server> servers)
           
 

Uses of Server in org.apache.maven.execution
 

Methods in org.apache.maven.execution that return types with arguments of type Server
 List<Server> MavenExecutionRequest.getServers()
           
 List<Server> DefaultMavenExecutionRequest.getServers()
           
 

Methods in org.apache.maven.execution with parameters of type Server
 MavenExecutionRequest MavenExecutionRequest.addServer(Server server)
           
 MavenExecutionRequest DefaultMavenExecutionRequest.addServer(Server server)
           
 

Method parameters in org.apache.maven.execution with type arguments of type Server
 MavenExecutionRequest MavenExecutionRequest.setServers(List<Server> servers)
           
 MavenExecutionRequest DefaultMavenExecutionRequest.setServers(List<Server> servers)
           
 

Uses of Server in org.apache.maven.repository
 

Method parameters in org.apache.maven.repository with type arguments of type Server
 void RepositorySystem.injectAuthentication(List<ArtifactRepository> repositories, List<Server> servers)
          Injects the authentication information into the specified repositories.
 

Uses of Server in org.apache.maven.repository.legacy
 

Method parameters in org.apache.maven.repository.legacy with type arguments of type Server
 void LegacyRepositorySystem.injectAuthentication(List<ArtifactRepository> repositories, List<Server> servers)
           
 

Uses of Server in org.apache.maven.settings
 

Methods in org.apache.maven.settings that return Server
 Server Server.clone()
          Method clone.
 Server Settings.getServer(String serverId)
           
 

Methods in org.apache.maven.settings that return types with arguments of type Server
 List<Server> Settings.getServers()
          Method getServers.
 

Methods in org.apache.maven.settings with parameters of type Server
 void Settings.addServer(Server server)
          Method addServer.
 void Settings.removeServer(Server server)
          Method removeServer.
 

Method parameters in org.apache.maven.settings with type arguments of type Server
 void Settings.setServers(List<Server> servers)
          Set configuration of server-specific settings, mainly authentication method.
 

Uses of Server in org.apache.maven.settings.crypto
 

Methods in org.apache.maven.settings.crypto that return Server
 Server SettingsDecryptionResult.getServer()
          Gets the decrypted server.
 

Methods in org.apache.maven.settings.crypto that return types with arguments of type Server
 List<Server> SettingsDecryptionResult.getServers()
          Gets the decrypted servers.
 List<Server> SettingsDecryptionRequest.getServers()
          Gets the servers whose passwords should be decrypted.
 List<Server> DefaultSettingsDecryptionRequest.getServers()
           
 

Method parameters in org.apache.maven.settings.crypto with type arguments of type Server
 SettingsDecryptionRequest SettingsDecryptionRequest.setServers(List<Server> servers)
          Sets the servers whose passwords should be decrypted.
 DefaultSettingsDecryptionRequest DefaultSettingsDecryptionRequest.setServers(List<Server> servers)
           
 

Constructors in org.apache.maven.settings.crypto with parameters of type Server
DefaultSettingsDecryptionRequest(Server server)
          Creates a new request to decrypt the specified server.
 



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