Interface URLLister

All Known Implementing Classes:
ApacheHttpURLLister, FileURLLister

public interface URLLister
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String pattern)
    Indicates if this lister is able to list urls with the given pattern.
    listAll(URL url)
     
  • Method Details

    • accept

      boolean accept(String pattern)
      Indicates if this lister is able to list urls with the given pattern. In general, only protocol is used.
      Parameters:
      pattern - ditto
      Returns:
      boolean
    • listAll

      List<URL> listAll(URL url) throws IOException
      Throws:
      IOException