org.apache.commons.discovery.resource.names
public class DiscoverNamesInDictionary extends ResourceNameDiscoverImpl implements ResourceNameDiscover
Properties extends Hashtable extends Dictionary
.
The recovered value is expected to be either a String
or a String[]
.
Constructor Summary | |
---|---|
DiscoverNamesInDictionary() Construct a new resource discoverer | |
DiscoverNamesInDictionary(Dictionary dictionary) Construct a new resource discoverer |
Method Summary | |
---|---|
void | addResource(String resourceName, String resource) |
void | addResource(String resourceName, String[] resources) |
ResourceNameIterator | findResourceNames(String resourceName) |
protected Dictionary | getDictionary() |
void | setDictionary(Dictionary table)
Specify set of class loaders to be used in searching. |
static void | setLog(Log _log) |
Returns: Enumeration of ResourceInfo