@Service(value="wagonFactory") public class DefaultWagonFactory extends Object implements WagonFactory
Constructor and Description |
---|
DefaultWagonFactory(org.springframework.context.ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureUserAgent(org.apache.maven.wagon.Wagon wagon,
WagonFactoryRequest wagonFactoryRequest) |
org.apache.maven.wagon.Wagon |
getWagon(WagonFactoryRequest wagonFactoryRequest)
Create a new Wagon instance for the given protocol.
|
@Inject public DefaultWagonFactory(org.springframework.context.ApplicationContext applicationContext)
public org.apache.maven.wagon.Wagon getWagon(WagonFactoryRequest wagonFactoryRequest) throws WagonFactoryException
WagonFactory
getWagon
in interface WagonFactory
WagonFactoryException
protected void configureUserAgent(org.apache.maven.wagon.Wagon wagon, WagonFactoryRequest wagonFactoryRequest)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.