public abstract static class PackageNamesScanner.ResourcesProvider extends Object
Constructor and Description |
---|
ResourcesProvider() |
Modifier and Type | Method and Description |
---|---|
abstract Enumeration<URL> |
getResources(String name,
ClassLoader cl)
Find all resources with the given name using a class loader.
|
public abstract Enumeration<URL> getResources(String name, ClassLoader cl) throws IOException
cl
- the class loader use to find the resourcesname
- the resource nameIOException
- if I/O errors occurCopyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.