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. proxies
Methods 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 ArtifactResolutionRequest
ArtifactResolutionRequest. 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. proxies
Methods 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 MavenExecutionRequest
DefaultMavenExecutionRequest. addProxy(Proxy proxy)
MavenExecutionRequest
MavenExecutionRequest. addProxy(Proxy proxy)
Method parameters in org.apache.maven.execution with type arguments of type Proxy Modifier and Type Method Description MavenExecutionRequest
DefaultMavenExecutionRequest. setProxies(java.util.List<Proxy> proxies)
MavenExecutionRequest
MavenExecutionRequest. 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 Proxy
LegacyRepositorySystem. 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 Proxy
LegacyRepositorySystem. 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 Proxy
Settings. activeProxy
Fields in org.apache.maven.settings with type parameters of type Proxy Modifier and Type Field Description private java.util.List<Proxy>
Settings. proxies
Field proxies.Methods in org.apache.maven.settings that return Proxy Modifier and Type Method Description Proxy
Proxy. clone()
Method clone.Proxy
Settings. 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 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 Modifier and Type Method Description void
Settings. 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. proxies
private java.util.List<Proxy>
DefaultSettingsDecryptionResult. proxies
Methods in org.apache.maven.settings.crypto that return Proxy Modifier and Type Method Description Proxy
DefaultSettingsDecryptionResult. getProxy()
Proxy
SettingsDecryptionResult. 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 DefaultSettingsDecryptionRequest
DefaultSettingsDecryptionRequest. setProxies(java.util.List<Proxy> proxies)
SettingsDecryptionRequest
SettingsDecryptionRequest. 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 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 Proxy Modifier and Type Method Description private void
SettingsXpp3Writer. writeProxy(Proxy proxy, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProxy.
-