Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.providers.http | |
org.apache.maven.wagon.providers.ssh |
Modifier and Type | Field and Description |
---|---|
protected Repository |
AbstractWagon.repository |
Modifier and Type | Method and Description |
---|---|
Repository |
AbstractWagon.getRepository() |
Repository |
Wagon.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWagon.connect(Repository repository) |
void |
Wagon.connect(Repository source)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfoProvider proxyInfoProvider) |
void |
Wagon.connect(Repository source,
ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractHttpClientWagon.getURL(Repository repository)
getUrl
Implementors can override this to remove unwanted parts of the url such as role-hints
|
Modifier and Type | Method and Description |
---|---|
List<String> |
ScpHelper.getFileList(String destinationDirectory,
Repository repository) |
boolean |
ScpHelper.resourceExists(String resourceName,
Repository repository) |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.