public interface URLLister
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.String pattern)
Indicates if this lister is able to list urls with the given pattern.
|
java.util.List |
listAll(java.net.URL url) |
boolean accept(java.lang.String pattern)
pattern
- java.util.List listAll(java.net.URL url) throws java.io.IOException
java.io.IOException