Class ResourceFinders
java.lang.Object
org.codehaus.commons.compiler.util.resource.ResourceFinders
Utility methods around the
ResourceFinder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ResourceFinderstatic ResourceFinderdebugResourceFinder(ResourceFinder delegate) static ListableResourceFinderfromClassLoader(ClassLoader classLoader) private static LocatableResourceresourceFromUrl(URL url, String resourceName) private static <T> String
-
Constructor Details
-
ResourceFinders
private ResourceFinders()
-
-
Method Details
-
fromClassLoader
- Returns:
- Finds resources via classLoader
.getResource(); all found resources areLocatableResources
-
debugResourceFinder
-
debugListableResourceFinder
-
toString
-
resourceFromUrl
-