Package | Description |
---|---|
org.apache.archiva.proxy | |
org.apache.archiva.proxy.maven | |
org.apache.archiva.proxy.model |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRepositoryProxyHandler |
Modifier and Type | Method and Description |
---|---|
Map<RepositoryType,List<RepositoryProxyHandler>> |
ArchivaProxyRegistry.getAllHandler() |
Map<RepositoryType,List<RepositoryProxyHandler>> |
ProxyRegistry.getAllHandler()
Returns a map that contains a list of repository handlers for each repository type.
|
List<RepositoryProxyHandler> |
ArchivaProxyRegistry.getHandler(RepositoryType type) |
List<RepositoryProxyHandler> |
ProxyRegistry.getHandler(RepositoryType type)
Returns the repository handler that are defined for the given repository type.
|
Modifier and Type | Class and Description |
---|---|
class |
MavenRepositoryProxyHandler
DefaultRepositoryProxyHandler
TODO exception handling needs work - "not modified" is not really an exceptional case, and it has more layers than
your average brown onion
|
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryProxyHandler> |
MavenRepositoryProxyHandler.getHandler(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryProxyHandler> |
RepositoryProxyHandler.getHandler(Class<T> clazz)
Returns the proxy handler implementation.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.