Uses of Class
org.apache.maven.settings.Proxy
-
-
Uses of Proxy in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type Proxy Modifier and Type Field Description private java.util.List<Proxy>ArtifactResolutionRequest. proxiesMethods in org.apache.maven.artifact.resolver that return types with arguments of type Proxy Modifier and Type Method Description java.util.List<Proxy>ArtifactResolutionRequest. getProxies()Method parameters in org.apache.maven.artifact.resolver with type arguments of type Proxy Modifier and Type Method Description ArtifactResolutionRequestArtifactResolutionRequest. setProxies(java.util.List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type Proxy Modifier and Type Field Description private java.util.List<Proxy>DefaultMavenExecutionRequest. proxiesMethods in org.apache.maven.execution that return types with arguments of type Proxy Modifier and Type Method Description java.util.List<Proxy>DefaultMavenExecutionRequest. getProxies()java.util.List<Proxy>MavenExecutionRequest. getProxies()java.util.List<Proxy>SettingsAdapter. getProxies()Methods in org.apache.maven.execution with parameters of type Proxy Modifier and Type Method Description MavenExecutionRequestDefaultMavenExecutionRequest. addProxy(Proxy proxy)MavenExecutionRequestMavenExecutionRequest. addProxy(Proxy proxy)Method parameters in org.apache.maven.execution with type arguments of type Proxy Modifier and Type Method Description MavenExecutionRequestDefaultMavenExecutionRequest. setProxies(java.util.List<Proxy> proxies)MavenExecutionRequestMavenExecutionRequest. setProxies(java.util.List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy that return Proxy Modifier and Type Method Description private ProxyLegacyRepositorySystem. getProxy(ArtifactRepository repository, java.util.List<Proxy> proxies)Method parameters in org.apache.maven.repository.legacy with type arguments of type Proxy Modifier and Type Method Description private ProxyLegacyRepositorySystem. getProxy(ArtifactRepository repository, java.util.List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.settings
Fields in org.apache.maven.settings declared as Proxy Modifier and Type Field Description private ProxySettings. activeProxyFields in org.apache.maven.settings with type parameters of type Proxy Modifier and Type Field Description private java.util.List<Proxy>Settings. proxiesField proxies.Methods in org.apache.maven.settings that return Proxy Modifier and Type Method Description ProxyProxy. clone()Method clone.ProxySettings. getActiveProxy()Methods in org.apache.maven.settings that return types with arguments of type Proxy Modifier and Type Method Description java.util.List<Proxy>Settings. getProxies()Method getProxies.Methods in org.apache.maven.settings with parameters of type Proxy Modifier and Type Method Description voidSettings. addProxy(Proxy proxy)Method addProxy.voidSettings. removeProxy(Proxy proxy)Method removeProxy.Method parameters in org.apache.maven.settings with type arguments of type Proxy Modifier and Type Method Description voidSettings. setProxies(java.util.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 Proxy Modifier and Type Field Description private java.util.List<Proxy>DefaultSettingsDecryptionRequest. proxiesprivate java.util.List<Proxy>DefaultSettingsDecryptionResult. proxiesMethods in org.apache.maven.settings.crypto that return Proxy Modifier and Type Method Description ProxyDefaultSettingsDecryptionResult. getProxy()ProxySettingsDecryptionResult. getProxy()Gets the decrypted proxy.Methods in org.apache.maven.settings.crypto that return types with arguments of type Proxy Modifier and Type Method Description java.util.List<Proxy>DefaultSettingsDecryptionRequest. getProxies()java.util.List<Proxy>DefaultSettingsDecryptionResult. getProxies()java.util.List<Proxy>SettingsDecryptionRequest. getProxies()Gets the proxies whose passwords should be decrypted.java.util.List<Proxy>SettingsDecryptionResult. getProxies()Gets the decrypted proxies.Method parameters in org.apache.maven.settings.crypto with type arguments of type Proxy Modifier and Type Method Description DefaultSettingsDecryptionRequestDefaultSettingsDecryptionRequest. setProxies(java.util.List<Proxy> proxies)SettingsDecryptionRequestSettingsDecryptionRequest. setProxies(java.util.List<Proxy> proxies)Sets the proxies whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type Proxy Constructor Description DefaultSettingsDecryptionRequest(Proxy proxy)Creates 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 Proxy Modifier and Type Method Description private ProxySettingsXpp3Reader. 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 Proxy Modifier and Type Method Description private voidSettingsXpp3Writer. writeProxy(Proxy proxy, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeProxy.
-