Class ApacheHttpURLLister

java.lang.Object
org.apache.ivy.plugins.resolver.util.ApacheHttpURLLister
All Implemented Interfaces:
URLLister

public class ApacheHttpURLLister extends Object implements URLLister
  • Constructor Details

    • ApacheHttpURLLister

      public ApacheHttpURLLister()
  • Method Details

    • accept

      public boolean accept(String pattern)
      Description copied from interface: URLLister
      Indicates if this lister is able to list urls with the given pattern. In general, only protocol is used.
      Specified by:
      accept in interface URLLister
      Parameters:
      pattern - ditto
      Returns:
      boolean
    • listAll

      public List<URL> listAll(URL url) throws IOException
      Specified by:
      listAll in interface URLLister
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object