org.apache.archiva.proxy.common
Interface WagonFactory

All Known Implementing Classes:
DefaultWagonFactory

public interface WagonFactory

Create a Wagon instance for the given protocol.


Method Summary
 org.apache.maven.wagon.Wagon getWagon(WagonFactoryRequest wagonFactoryRequest)
          Create a new Wagon instance for the given protocol.
 

Method Detail

getWagon

org.apache.maven.wagon.Wagon getWagon(WagonFactoryRequest wagonFactoryRequest)
                                      throws WagonFactoryException
Create a new Wagon instance for the given protocol.

Parameters:
wagonFactoryRequest -
Returns:
the Wagon instance
Throws:
WagonFactoryException


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