Package | Description |
---|---|
org.apache.maven.wagon |
Modifier and Type | Method and Description |
---|---|
void |
Wagon.connect(Repository source)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider) |
void |
Wagon.connect(Repository source,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfoProvider proxyInfoProvider) |
void |
Wagon.openConnection()
Deprecated.
connect using the
Wagon.connect(org.apache.maven.wagon.repository.Repository) or related methods
- this is an internal method |
void |
AbstractWagon.openConnection() |
protected abstract void |
AbstractWagon.openConnectionInternal() |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.