Uses of Class
org.apache.maven.settings.Proxy
Packages that use Proxy
Package
Description
-
Uses of Proxy in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type ProxyMethods 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
Fields in org.apache.maven.execution with type parameters of type ProxyMethods in org.apache.maven.execution that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getProxies()
MavenExecutionRequest.getProxies()
SettingsAdapter.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.repository.legacy
Methods in org.apache.maven.repository.legacy that return ProxyModifier and TypeMethodDescriptionprivate Proxy
LegacyRepositorySystem.getProxy
(ArtifactRepository repository, List<Proxy> proxies) Method parameters in org.apache.maven.repository.legacy with type arguments of type ProxyModifier and TypeMethodDescriptionprivate Proxy
LegacyRepositorySystem.getProxy
(ArtifactRepository repository, List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ProxyFields in org.apache.maven.settings with type parameters of type ProxyMethods 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 ProxyModifier and TypeMethodDescriptionvoid
Method addProxy.void
Settings.removeProxy
(Proxy proxy) Method removeProxy.Method parameters in org.apache.maven.settings with type arguments of type ProxyModifier and TypeMethodDescriptionvoid
Settings.setProxies
(List<Proxy> proxies) Set configuration for different proxy profiles. -
Uses of Proxy in org.apache.maven.settings.crypto
Fields in org.apache.maven.settings.crypto with type parameters of type ProxyModifier and TypeFieldDescriptionDefaultSettingsDecryptionRequest.proxies
DefaultSettingsDecryptionResult.proxies
Methods in org.apache.maven.settings.crypto that return ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionResult.getProxy()
SettingsDecryptionResult.getProxy()
Gets the decrypted proxy.Methods in org.apache.maven.settings.crypto that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getProxies()
DefaultSettingsDecryptionResult.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. -
Uses of Proxy in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ProxyModifier and TypeMethodDescriptionprivate Proxy
SettingsXpp3Reader.parseProxy
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseProxy.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ProxyModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeProxy
(Proxy proxy, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeProxy.