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<java.net.URL> |
listAll(java.net.URL url) |
boolean accept(java.lang.String pattern)
pattern - dittojava.util.List<java.net.URL> listAll(java.net.URL url)
throws java.io.IOException
java.io.IOExceptionCopyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.