Constructor and Description |
---|
ApacheHttpURLLister() |
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 boolean accept(java.lang.String pattern)
URLLister
public 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.Object
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.