Uses of Interface
org.apache.maven.wagon.proxy.ProxyInfoProvider
Packages that use ProxyInfoProvider
-
Uses of ProxyInfoProvider in org.apache.maven.wagon
Methods in org.apache.maven.wagon with parameters of type ProxyInfoProviderModifier and TypeMethodDescriptionvoid
AbstractWagon.connect
(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider) void
AbstractWagon.connect
(Repository repository, ProxyInfoProvider proxyInfoProvider) void
Wagon.connect
(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider) Initiate the connection to the repository.void
Wagon.connect
(Repository source, ProxyInfoProvider proxyInfoProvider) Initiate the connection to the repository.