|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.commons.discovery.resource.names.ResourceNameDiscoverImpl
|
+--org.apache.commons.discovery.resource.names.DiscoverNamesInFile
Discover ALL files of a given name, and return resource names contained within the set of files:
| Constructor Summary | |
|---|---|
DiscoverNamesInFile()
Construct a new resource discoverer |
|
DiscoverNamesInFile(ClassLoaders loaders)
Construct a new resource discoverer |
|
DiscoverNamesInFile(ResourceDiscover discoverer)
Construct a new resource discoverer |
|
| Method Summary | |
|---|---|
ResourceNameIterator |
findResourceNames(java.lang.String fileName)
Locate names of resources that are bound to resourceName. |
ResourceDiscover |
getDiscover()
To be used by downstream elements.. |
void |
setDiscoverer(ResourceDiscover discover)
Specify set of class loaders to be used in searching. |
static void |
setLog(org.apache.commons.logging.Log _log)
|
| Methods inherited from class org.apache.commons.discovery.resource.names.ResourceNameDiscoverImpl |
|---|
findResourceNames |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.discovery.ResourceNameDiscover |
|---|
findResourceNames |
| Constructor Detail |
public DiscoverNamesInFile()
public DiscoverNamesInFile(ClassLoaders loaders)
public DiscoverNamesInFile(ResourceDiscover discoverer)
| Method Detail |
public static void setLog(org.apache.commons.logging.Log _log)
public void setDiscoverer(ResourceDiscover discover)
public ResourceDiscover getDiscover()
public ResourceNameIterator findResourceNames(java.lang.String fileName)
ResourceNameDiscoverresourceName.
findResourceNames in interface ResourceNameDiscoverfindResourceNames in class ResourceNameDiscoverImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||