Interface ResourceFinder
-
- All Known Implementing Classes:
ResourceFinderImpl
public interface ResourceFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL[]
getURLs(ClassLoader cl)
This method reads all the resource URLs available to this classLoader.
-
-
-
Method Detail
-
getURLs
URL[] getURLs(ClassLoader cl)
This method reads all the resource URLs available to this classLoader.- Parameters:
cl
-- Returns:
-
-