public abstract static class PackageNamesScanner.ResourcesProvider extends Object
Constructor and Description |
---|
PackageNamesScanner.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 PackageNamesScanner.ResourcesProvider()
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 © 2013 Oracle Corporation. All rights reserved.