|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.spi.scanning.PackageNamesScanner.ResourcesProvider
public abstract static class PackageNamesScanner.ResourcesProvider
Find resources with a given name and class loader.
| Constructor Summary | |
|---|---|
PackageNamesScanner.ResourcesProvider()
|
|
| Method Summary | |
|---|---|
abstract java.util.Enumeration<java.net.URL> |
getResources(java.lang.String name,
java.lang.ClassLoader cl)
Find all resources with the given name using a class loader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageNamesScanner.ResourcesProvider()
| Method Detail |
|---|
public abstract java.util.Enumeration<java.net.URL> getResources(java.lang.String name,
java.lang.ClassLoader cl)
throws java.io.IOException
cl - the class loader use to find the resourcesname - the resource name
java.io.IOException - if I/O errors occur
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||