Class ApacheHttpURLLister
- java.lang.Object
-
- org.apache.ivy.plugins.resolver.util.ApacheHttpURLLister
-
-
Constructor Summary
Constructors Constructor Description ApacheHttpURLLister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
accept
public boolean accept(java.lang.String pattern)
Description copied from interface:URLLister
Indicates if this lister is able to list urls with the given pattern. In general, only protocol is used.
-
listAll
public java.util.List<java.net.URL> listAll(java.net.URL url) throws java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-