Uses of Interface
org.apache.maven.wagon.proxy.ProxyInfoProvider
-
Packages that use ProxyInfoProvider Package Description org.apache.maven.wagon -
-
Uses of ProxyInfoProvider in org.apache.maven.wagon
Fields in org.apache.maven.wagon declared as ProxyInfoProvider Modifier and Type Field Description private ProxyInfoProviderAbstractWagon. proxyInfoProviderMethods in org.apache.maven.wagon with parameters of type ProxyInfoProvider Modifier and Type Method Description voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)voidAbstractWagon. connect(Repository repository, ProxyInfoProvider proxyInfoProvider)voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.
-