Uses of Class
org.apache.maven.wagon.repository.Repository
-
Packages that use Repository Package Description org.apache.maven.wagon org.apache.maven.wagon.shared.http -
-
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. -
Uses of Repository in org.apache.maven.wagon.shared.http
Methods in org.apache.maven.wagon.shared.http with parameters of type Repository Modifier and Type Method Description protected java.lang.StringAbstractHttpClientWagon. getURL(Repository repository)getUrl Implementors can override this to remove unwanted parts of the url such as role-hints
-