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 Repository
AbstractWagon. repository
Methods in org.apache.maven.wagon that return Repository Modifier and Type Method Description Repository
AbstractWagon. getRepository()
Repository
Wagon. getRepository()
Methods in org.apache.maven.wagon with parameters of type Repository Modifier and Type Method Description void
AbstractWagon. connect(Repository repository)
void
AbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo)
void
AbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)
void
AbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)
void
AbstractWagon. connect(Repository repository, ProxyInfo proxyInfo)
void
AbstractWagon. connect(Repository repository, ProxyInfoProvider proxyInfoProvider)
void
Wagon. connect(Repository source)
Initiate the connection to the repository.void
Wagon. connect(Repository source, AuthenticationInfo authenticationInfo)
Initiate the connection to the repository.void
Wagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)
Initiate the connection to the repository.void
Wagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.void
Wagon. connect(Repository source, ProxyInfo proxyInfo)
Initiate the connection to the repository.void
Wagon. connect(Repository source, ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
-