This project has retired. For details please refer to its Attic page.
WagonFactory

org.apache.maven.archiva.proxy
Interface WagonFactory

Package class diagram package WagonFactory

public interface WagonFactory

Create a Wagon instance for the given protocol. Implementation will be provided by a Spring service locator.


Method Summary
 org.apache.maven.wagon.Wagon getWagon(java.lang.String protocol)
          Create a new Wagon instance for the given protocol.
 

Method Detail

getWagon

org.apache.maven.wagon.Wagon getWagon(java.lang.String protocol)
Create a new Wagon instance for the given protocol.

Parameters:
protocol - the protocol to find the Wagon for, which must be prefixed with wagon#, for example wagon#http.
Returns:
the Wagon instance