Uses of Class
org.apache.maven.settings.Proxy
Packages that use Proxy
Package
Description
-
Uses of Proxy in org.apache.maven.artifact.resolver
Methods in org.apache.maven.artifact.resolver that return types with arguments of type ProxyMethod parameters in org.apache.maven.artifact.resolver with type arguments of type Proxy -
Uses of Proxy in org.apache.maven.execution
Methods in org.apache.maven.execution that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getProxies()
MavenExecutionRequest.getProxies()
Methods in org.apache.maven.execution with parameters of type ProxyModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.execution with type arguments of type ProxyModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setProxies
(List<Proxy> proxies) MavenExecutionRequest.setProxies
(List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.settings
Methods in org.apache.maven.settings that return ProxyMethods in org.apache.maven.settings that return types with arguments of type ProxyMethods in org.apache.maven.settings with parameters of type ProxyMethod parameters in org.apache.maven.settings with type arguments of type ProxyModifier and TypeMethodDescriptionProxy.proxyToApiV4
(List<Proxy> list) void
Settings.setProxies
(List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.settings.crypto
Methods in org.apache.maven.settings.crypto that return ProxyMethods in org.apache.maven.settings.crypto that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getProxies()
SettingsDecryptionRequest.getProxies()
Gets the proxies whose passwords should be decrypted.SettingsDecryptionResult.getProxies()
Gets the decrypted proxies.Method parameters in org.apache.maven.settings.crypto with type arguments of type ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setProxies
(List<Proxy> proxies) SettingsDecryptionRequest.setProxies
(List<Proxy> proxies) Sets the proxies whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type ProxyModifierConstructorDescriptionCreates a new request to decrypt the specified proxy.