Interface ClassLoaders.SubresourceGetter
- Enclosing class:
- ClassLoaders
static interface ClassLoaders.SubresourceGetter
- See Also:
-
Method Summary
-
Method Details
-
get
Map<? extends String,? extends URL> get(String name, boolean includeDirectories, boolean recurse) throws IOException - Returns:
- All resources that exist "under" a given resource name
- Throws:
IOException
-