public class WagonHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WagonHelper.WagonFetcher |
| Constructor and Description |
|---|
WagonHelper(org.codehaus.plexus.PlexusContainer plexusContainer) |
| Modifier and Type | Method and Description |
|---|---|
WagonHelper.WagonFetcher |
getWagonResourceFetcher(TransferListener listener) |
WagonHelper.WagonFetcher |
getWagonResourceFetcher(TransferListener listener,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo)
Deprecated.
use getWagonResourceFetcher with protocol argument
|
WagonHelper.WagonFetcher |
getWagonResourceFetcher(TransferListener listener,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo,
String protocol) |
public WagonHelper(org.codehaus.plexus.PlexusContainer plexusContainer)
public WagonHelper.WagonFetcher getWagonResourceFetcher(TransferListener listener) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupExceptionpublic WagonHelper.WagonFetcher getWagonResourceFetcher(TransferListener listener, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
listener - authenticationInfo - proxyInfo - org.codehaus.plexus.component.repository.exception.ComponentLookupExceptionpublic WagonHelper.WagonFetcher getWagonResourceFetcher(TransferListener listener, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo, String protocol) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
listener - authenticationInfo - proxyInfo - protocol - protocol supported by wagon http/httpsorg.codehaus.plexus.component.repository.exception.ComponentLookupExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.