| Constructor and Description |
|---|
FileURLLister() |
FileURLLister(java.io.File baseDir) |
| 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) |
java.lang.String |
toString() |
public FileURLLister()
public FileURLLister(java.io.File baseDir)
public boolean accept(java.lang.String pattern)
URLListerpublic java.util.List<java.net.URL> listAll(java.net.URL url)
throws java.io.IOException
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ©2007-2024 The Apache Software Foundation, Licensed under Apache License, Version 2.0.