|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Proxy in org.apache.maven.artifact.resolver |
---|
Methods in org.apache.maven.artifact.resolver that return types with arguments of type Proxy | |
---|---|
List<Proxy> |
ArtifactResolutionRequest.getProxies()
|
Method parameters in org.apache.maven.artifact.resolver with type arguments of type Proxy | |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setProxies(List<Proxy> proxies)
|
Uses of Proxy in org.apache.maven.execution |
---|
Methods in org.apache.maven.execution that return types with arguments of type Proxy | |
---|---|
List<Proxy> |
MavenExecutionRequest.getProxies()
|
List<Proxy> |
DefaultMavenExecutionRequest.getProxies()
|
Methods in org.apache.maven.execution with parameters of type Proxy | |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.addProxy(Proxy proxy)
|
MavenExecutionRequest |
DefaultMavenExecutionRequest.addProxy(Proxy proxy)
|
Method parameters in org.apache.maven.execution with type arguments of type Proxy | |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.setProxies(List<Proxy> proxies)
|
MavenExecutionRequest |
DefaultMavenExecutionRequest.setProxies(List<Proxy> proxies)
|
Uses of Proxy in org.apache.maven.repository |
---|
Method parameters in org.apache.maven.repository with type arguments of type Proxy | |
---|---|
void |
RepositorySystem.injectProxy(List<ArtifactRepository> repositories,
List<Proxy> proxies)
Injects the proxy information into the specified repositories. |
Uses of Proxy in org.apache.maven.repository.legacy |
---|
Method parameters in org.apache.maven.repository.legacy with type arguments of type Proxy | |
---|---|
void |
LegacyRepositorySystem.injectProxy(List<ArtifactRepository> repositories,
List<Proxy> proxies)
|
Uses of Proxy in org.apache.maven.settings |
---|
Methods in org.apache.maven.settings that return Proxy | |
---|---|
Proxy |
Proxy.clone()
Method clone. |
Proxy |
Settings.getActiveProxy()
|
Methods in org.apache.maven.settings that return types with arguments of type Proxy | |
---|---|
List<Proxy> |
Settings.getProxies()
Method getProxies. |
Methods in org.apache.maven.settings with parameters of type Proxy | |
---|---|
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 | |
---|---|
void |
Settings.setProxies(List<Proxy> proxies)
Set configuration for different proxy profiles. |
Uses of Proxy in org.apache.maven.settings.crypto |
---|
Methods in org.apache.maven.settings.crypto that return Proxy | |
---|---|
Proxy |
SettingsDecryptionResult.getProxy()
Gets the decrypted proxy. |
Methods in org.apache.maven.settings.crypto that return types with arguments of type Proxy | |
---|---|
List<Proxy> |
SettingsDecryptionResult.getProxies()
Gets the decrypted proxies. |
List<Proxy> |
SettingsDecryptionRequest.getProxies()
Gets the proxies whose passwords should be decrypted. |
List<Proxy> |
DefaultSettingsDecryptionRequest.getProxies()
|
Method parameters in org.apache.maven.settings.crypto with type arguments of type Proxy | |
---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setProxies(List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted. |
DefaultSettingsDecryptionRequest |
DefaultSettingsDecryptionRequest.setProxies(List<Proxy> proxies)
|
Constructors in org.apache.maven.settings.crypto with parameters of type Proxy | |
---|---|
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |