Class MavenProxySelector

  • All Implemented Interfaces:
    org.eclipse.aether.repository.ProxySelector

    public class MavenProxySelector
    extends java.lang.Object
    implements org.eclipse.aether.repository.ProxySelector
    Author:
    jdenise@redhat.com
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.repository.Proxy getProxy​(org.eclipse.aether.repository.RemoteRepository repo)  
      boolean proxyFor​(java.lang.String host)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getProxy

        public org.eclipse.aether.repository.Proxy getProxy​(org.eclipse.aether.repository.RemoteRepository repo)
        Specified by:
        getProxy in interface org.eclipse.aether.repository.ProxySelector
      • proxyFor

        public boolean proxyFor​(java.lang.String host)