Class FileURLLister
- java.lang.Object
-
- org.apache.ivy.plugins.resolver.util.FileURLLister
-
-
Constructor Summary
Constructors Constructor Description FileURLLister()
FileURLLister(java.io.File baseDir)
-
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
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 listAll(java.net.URL url) throws java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-