Modifier and Type | Method and Description |
---|---|
List<Proxy> |
ArtifactResolutionRequest.getProxies() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setProxies(List<Proxy> proxies) |
Modifier and Type | Method and Description |
---|---|
List<Proxy> |
MavenExecutionRequest.getProxies() |
List<Proxy> |
DefaultMavenExecutionRequest.getProxies() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.addProxy(Proxy proxy) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.addProxy(Proxy proxy) |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.setProxies(List<Proxy> proxies) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.setProxies(List<Proxy> proxies) |
Modifier and Type | Method and Description |
---|---|
void |
RepositorySystem.injectProxy(List<ArtifactRepository> repositories,
List<Proxy> proxies)
Injects the proxy information into the specified repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyRepositorySystem.injectProxy(List<ArtifactRepository> repositories,
List<Proxy> proxies) |
Modifier and Type | Method and Description |
---|---|
Proxy |
Proxy.clone()
Method clone.
|
Proxy |
Settings.getActiveProxy() |
Modifier and Type | Method and Description |
---|---|
List<Proxy> |
Settings.getProxies()
Method getProxies.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addProxy(Proxy proxy)
Method addProxy.
|
void |
Settings.removeProxy(Proxy proxy)
Method removeProxy.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setProxies(List<Proxy> proxies)
Set configuration for different proxy profiles.
|
Modifier and Type | Method and Description |
---|---|
Proxy |
SettingsDecryptionResult.getProxy()
Gets the decrypted proxy.
|
Modifier and Type | Method and Description |
---|---|
List<Proxy> |
SettingsDecryptionResult.getProxies()
Gets the decrypted proxies.
|
List<Proxy> |
SettingsDecryptionRequest.getProxies()
Gets the proxies whose passwords should be decrypted.
|
List<Proxy> |
DefaultSettingsDecryptionRequest.getProxies() |
Modifier and Type | Method and Description |
---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setProxies(List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
DefaultSettingsDecryptionRequest.setProxies(List<Proxy> proxies) |
Constructor and Description |
---|
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.