org.apache.commons.discovery.resource.names |
|
Java Source File Name | Type | Comment |
DiscoverMappedNames.java | Class | Recover resource name from Managed Properties,
using OLD property names.
This class maintains a mapping between old names and
(new) the class names they represent. |
DiscoverNamesInAlternateManagedProperties.java | Class | Recover resource name from Managed Properties,
using OLD property names.
This class maintains a mapping between old names and
(new) the class names they represent. |
DiscoverNamesInDictionary.java | Class | Recover resources from a Dictionary. |
DiscoverNamesInFile.java | Class | Discover ALL files of a given name, and return resource names
contained within the set of files:
- one resource name per line,
- whitespace ignored,
- comments begin with '#'
Default discoverer is DiscoverClassLoaderResources,
but it can be set to any other.
author: Richard A. |
DiscoverNamesInManagedProperties.java | Class | Recover resource name from Managed Properties.
See Also: org.apache.commons.discovery.tools.ManagedProperties author: Richard A. |
DiscoverNamesInSystemProperties.java | Class | Recover resource name from System Properties.
author: Richard A. |
DiscoverServiceNames.java | Class | Provide JDK 1.3 style service discovery...
The caller will first configure the discoverer by creating a
root Discoverer for the files.
author: Richard A. |
NameDiscoverers.java | Class | Holder for multiple ResourceNameDiscover instances.
The result is the union of the results from each
(not a chained sequence, where results feed the next in line.
author: Richard A. |
ResourceNameDiscoverImpl.java | Class | Helper class for methods implementing the ResourceNameDiscover interface.
author: Richard A. |