org.apache.maven.archiva.proxy
Interface 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(String protocol)
          Create a new Wagon instance for the given protocol.
 

Method Detail

getWagon

org.apache.maven.wagon.Wagon getWagon(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


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.