Modifier and Type | Field and Description |
---|---|
protected Repository |
WagonTestCase.localRepository |
protected Repository |
AbstractWagon.repository |
protected Repository |
WagonTestCase.testRepository |
Modifier and Type | Method and Description |
---|---|
protected Repository |
WagonTestCase.createFileRepository(String url) |
Repository |
Wagon.getRepository() |
Repository |
AbstractWagon.getRepository() |
protected abstract Repository |
CommandExecutorTestCase.getTestRepository() |
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) |
protected long |
WagonTestCase.getExpectedLastModifiedOnGet(Repository repository,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected long |
HttpWagonTestCase.getExpectedLastModifiedOnGet(Repository repository,
Resource resource) |
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 |
---|---|
protected long |
AbstractEmbeddedScpWagonWithKeyTest.getExpectedLastModifiedOnGet(Repository repository,
Resource resource) |
protected long |
AbstractEmbeddedScpWagonTest.getExpectedLastModifiedOnGet(Repository repository,
Resource resource) |
List<String> |
ScpHelper.getFileList(String destinationDirectory,
Repository repository) |
boolean |
ScpHelper.resourceExists(String resourceName,
Repository repository) |
Modifier and Type | Method and Description |
---|---|
String |
WebDavWagon.getURL(Repository repository) |
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 |
---|---|
protected Repository |
HttpWagonTests.getRepo() |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.