Uses of Class
org.apache.maven.wagon.repository.Repository

Packages that use Repository
org.apache.maven.wagon   
org.apache.maven.wagon.http   
org.apache.maven.wagon.providers.ssh   
org.apache.maven.wagon.providers.webdav   
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(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
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)
           
 

Uses of Repository in org.apache.maven.wagon.providers.webdav
 

Methods in org.apache.maven.wagon.providers.webdav with parameters of type Repository
 String WebDavWagon.getURL(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  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()
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.