Class CompositeProxySelector

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

    public class CompositeProxySelector
    extends java.lang.Object
    implements org.eclipse.aether.repository.ProxySelector
    Composite ProxySelector.
    Since:
    2022.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeProxySelector​(java.util.List<org.eclipse.aether.repository.ProxySelector> selectors)  
    • Method Summary

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

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

      • CompositeProxySelector

        public CompositeProxySelector​(java.util.List<org.eclipse.aether.repository.ProxySelector> selectors)
    • Method Detail

      • getProxy

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