Constructor and Description |
---|
RepositoryModelResolver(ManagedRepository managedRepository,
RepositoryPathTranslator pathTranslator,
WagonFactory wagonFactory,
List<RemoteRepository> remoteRepositories,
Map<String,NetworkProxy> networkProxiesMap,
ManagedRepository targetRepository,
MavenSystemManager mavenSystemManager) |
Modifier and Type | Method and Description |
---|---|
NetworkProxy |
ArchivaProxyRegistry.getNetworkProxy(String id) |
NetworkProxy |
DefaultRepositoryProxyHandler.getNetworkProxy(String id) |
NetworkProxy |
ProxyRegistry.getNetworkProxy(String id)
Returns the network proxy that is configured for the given id (repository id).
|
Modifier and Type | Method and Description |
---|---|
Map<String,NetworkProxy> |
DefaultRepositoryProxyHandler.getNetworkProxies() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRepositoryProxyHandler.setNetworkProxies(Map<String,NetworkProxy> networkProxies) |
Modifier and Type | Method and Description |
---|---|
NetworkProxy |
WagonFactoryRequest.getNetworkProxy() |
Modifier and Type | Method and Description |
---|---|
void |
MavenRepositoryProxyHandler.addNetworkproxy(String id,
NetworkProxy networkProxy) |
WagonFactoryRequest |
WagonFactoryRequest.networkProxy(NetworkProxy networkProxy) |
void |
WagonFactoryRequest.setNetworkProxy(NetworkProxy networkProxy) |
Modifier and Type | Method and Description |
---|---|
void |
MavenRepositoryProxyHandler.setNetworkProxies(Map<String,NetworkProxy> networkProxies) |
Modifier and Type | Method and Description |
---|---|
NetworkProxy |
RepositoryProxyHandler.getNetworkProxy(String id)
Returns the network proxy that is defined for the given repository id.
|
Modifier and Type | Method and Description |
---|---|
Map<String,NetworkProxy> |
RepositoryProxyHandler.getNetworkProxies()
Returns a map of the defined network proxies, or a empty map, if no proxy is defined.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryProxyHandler.addNetworkproxy(String id,
NetworkProxy networkProxy)
Adds a network proxy that is used to access the remote repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryProxyHandler.setNetworkProxies(Map<String,NetworkProxy> networkProxies)
Sets network proxies (normally HTTP proxies) to access the remote repositories.
|
Modifier and Type | Method and Description |
---|---|
NetworkProxy |
DownloadRemoteIndexTaskRequest.getNetworkProxy() |
Modifier and Type | Method and Description |
---|---|
DownloadRemoteIndexTaskRequest |
DownloadRemoteIndexTaskRequest.setNetworkProxy(NetworkProxy networkProxy) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.