Uses of Class
org.apache.maven.wagon.repository.Repository
-
Packages that use Repository Package Description org.apache.maven.wagon -
-
Uses of Repository in org.apache.maven.wagon
Fields in org.apache.maven.wagon declared as Repository Modifier and Type Field Description protected RepositoryAbstractWagon. repositoryMethods in org.apache.maven.wagon that return Repository Modifier and Type Method Description RepositoryAbstractWagon. getRepository()RepositoryWagon. getRepository()Methods in org.apache.maven.wagon with parameters of type Repository Modifier and Type Method Description voidAbstractWagon. connect(Repository repository)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)voidAbstractWagon. connect(Repository repository, ProxyInfo proxyInfo)voidAbstractWagon. connect(Repository repository, ProxyInfoProvider proxyInfoProvider)voidWagon. connect(Repository source)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfo proxyInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.
-