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

Packages that use Proxy
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 Proxy in org.apache.maven.artifact.resolver
 

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

Method parameters in org.apache.maven.artifact.resolver with type arguments of type Proxy
 ArtifactResolutionRequest ArtifactResolutionRequest.setProxies(List<Proxy> proxies)
           
 

Uses of Proxy in org.apache.maven.execution
 

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

Methods in org.apache.maven.execution with parameters of type Proxy
 MavenExecutionRequest MavenExecutionRequest.addProxy(Proxy proxy)
           
 MavenExecutionRequest DefaultMavenExecutionRequest.addProxy(Proxy proxy)
           
 

Method parameters in org.apache.maven.execution with type arguments of type Proxy
 MavenExecutionRequest MavenExecutionRequest.setProxies(List<Proxy> proxies)
           
 MavenExecutionRequest DefaultMavenExecutionRequest.setProxies(List<Proxy> proxies)
           
 

Uses of Proxy in org.apache.maven.repository
 

Method parameters in org.apache.maven.repository with type arguments of type Proxy
 void RepositorySystem.injectProxy(List<ArtifactRepository> repositories, List<Proxy> proxies)
          Injects the proxy information into the specified repositories.
 

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

Method parameters in org.apache.maven.repository.legacy with type arguments of type Proxy
 void LegacyRepositorySystem.injectProxy(List<ArtifactRepository> repositories, List<Proxy> proxies)
           
 

Uses of Proxy in org.apache.maven.settings
 

Methods in org.apache.maven.settings that return Proxy
 Proxy Proxy.clone()
          Method clone.
 Proxy Settings.getActiveProxy()
           
 

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

Methods in org.apache.maven.settings with parameters of type Proxy
 void Settings.addProxy(Proxy proxy)
          Method addProxy.
 void Settings.removeProxy(Proxy proxy)
          Method removeProxy.
 

Method parameters in org.apache.maven.settings with type arguments of type Proxy
 void Settings.setProxies(List<Proxy> proxies)
          Set configuration for different proxy profiles.
 

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

Methods in org.apache.maven.settings.crypto that return Proxy
 Proxy SettingsDecryptionResult.getProxy()
          Gets the decrypted proxy.
 

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

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

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



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.