Uses of Class
org.apache.archiva.proxy.model.ProxyConnector

Packages that use ProxyConnector
org.apache.archiva.proxy   
org.apache.archiva.proxy.model   
 

Uses of ProxyConnector in org.apache.archiva.proxy
 

Fields in org.apache.archiva.proxy with type parameters of type ProxyConnector
private  Map<String,List<ProxyConnector>> DefaultRepositoryProxyConnectors.proxyConnectorMap
           
 

Methods in org.apache.archiva.proxy that return types with arguments of type ProxyConnector
 List<ProxyConnector> DefaultRepositoryProxyConnectors.getProxyConnectors(ManagedRepositoryContent repository)
          TODO: Ensure that list is correctly ordered based on configuration.
 

Methods in org.apache.archiva.proxy with parameters of type ProxyConnector
 int ProxyConnectorOrderComparator.compare(ProxyConnector o1, ProxyConnector o2)
           
private  boolean DefaultRepositoryProxyConnectors.connectToRepository(ProxyConnector connector, org.apache.maven.wagon.Wagon wagon, RemoteRepositoryContent remoteRepository)
          Using wagon, connect to the remote repository.
private  File DefaultRepositoryProxyConnectors.transferFile(ProxyConnector connector, RemoteRepositoryContent remoteRepository, String remotePath, ManagedRepositoryContent repository, File resource, Properties requestProperties, boolean executeConsumers)
          Perform the transfer of the file.
protected  void DefaultRepositoryProxyConnectors.transferResources(ProxyConnector connector, RemoteRepositoryContent remoteRepository, File tmpMd5, File tmpSha1, File tmpResource, String url, String remotePath, File resource, File workingDirectory, ManagedRepositoryContent repository)
           
 

Uses of ProxyConnector in org.apache.archiva.proxy.model
 

Methods in org.apache.archiva.proxy.model that return types with arguments of type ProxyConnector
 List<ProxyConnector> RepositoryProxyConnectors.getProxyConnectors(ManagedRepositoryContent repository)
          Get the List of ProxyConnector objects of the source repository.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.