This project has retired. For details please refer to its Attic page.
org.apache.maven.archiva.proxy

Package org.apache.maven.archiva.proxy

Package class diagram package org.apache.maven.archiva.proxy
Interface Summary
RepositoryProxyConnectors Handler for potential repository proxy connectors.
WagonFactory Create a Wagon instance for the given protocol.
 

Class Summary
DefaultRepositoryProxyConnectors DefaultRepositoryProxyConnectors
ProxyConnector This represents a connector for a repository to repository proxy.
ProxyConnectorOrderComparator ProxyConnectorOrderComparator
 

Exception Summary
NotFoundException NotFoundException - thrown when the resource requested was not found on the remote repository.
NotModifiedException NotModifiedException - thrown when the resource requested was found on the remote repository, but the remote repository reported that the copy we have in our managed repository is newer than the one present on the remote repository.
ProxyException