|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.http | |
org.apache.maven.wagon.providers.ssh | |
org.apache.maven.wagon.shared.http | |
org.apache.maven.wagon.tck.http |
Uses of Repository in org.apache.maven.wagon |
---|
Fields in org.apache.maven.wagon declared as Repository | |
---|---|
protected Repository |
WagonTestCase.localRepository
|
protected Repository |
AbstractWagon.repository
|
protected Repository |
WagonTestCase.testRepository
|
Methods in org.apache.maven.wagon that return Repository | |
---|---|
protected Repository |
WagonTestCase.createFileRepository(java.lang.String url)
|
Repository |
Wagon.getRepository()
|
Repository |
AbstractWagon.getRepository()
|
protected abstract Repository |
CommandExecutorTestCase.getTestRepository()
|
Methods in org.apache.maven.wagon with parameters of type Repository | |
---|---|
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)
|
Uses of Repository in org.apache.maven.wagon.http |
---|
Methods in org.apache.maven.wagon.http with parameters of type Repository | |
---|---|
protected long |
HttpWagonTestCase.getExpectedLastModifiedOnGet(Repository repository,
Resource resource)
|
Uses of Repository in org.apache.maven.wagon.providers.ssh |
---|
Methods in org.apache.maven.wagon.providers.ssh with parameters of type Repository | |
---|---|
java.util.List |
ScpHelper.getFileList(java.lang.String destinationDirectory,
Repository repository)
|
boolean |
ScpHelper.resourceExists(java.lang.String resourceName,
Repository repository)
|
Uses of Repository in org.apache.maven.wagon.shared.http |
---|
Methods in org.apache.maven.wagon.shared.http with parameters of type Repository | |
---|---|
protected java.lang.String |
AbstractHttpClientWagon.getURL(Repository repository)
getUrl Implementors can override this to remove unwanted parts of the url such as role-hints |
Uses of Repository in org.apache.maven.wagon.tck.http |
---|
Methods in org.apache.maven.wagon.tck.http that return Repository | |
---|---|
protected Repository |
HttpWagonTests.getRepo()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |