Package org.apache.commons.discovery
Interface ResourceNameDiscover
- All Known Subinterfaces:
ResourceClassDiscover<T>,ResourceDiscover
- All Known Implementing Classes:
DiscoverClasses,DiscoverMappedNames,DiscoverNamesInAlternateManagedProperties,DiscoverNamesInDictionary,DiscoverNamesInFile,DiscoverNamesInManagedProperties,DiscoverNamesInSystemProperties,DiscoverResources,DiscoverServiceNames,NameDiscoverers,ResourceClassDiscoverImpl,ResourceDiscoverImpl,ResourceNameDiscoverImpl
public interface ResourceNameDiscover
Interface representing a mapping
from a set of source resource names
to a resultant set of resource names.
-
Method Summary
Modifier and TypeMethodDescriptionfindResourceNames(String resourceName) Locate names of resources that are bound toresourceName.findResourceNames(ResourceNameIterator resourceNames) Locate names of resources that are bound toresourceNames.
-
Method Details
-
findResourceNames
Locate names of resources that are bound toresourceName.- Parameters:
resourceName- The resource has to be located- Returns:
- The bound resources name iterator
-
findResourceNames
Locate names of resources that are bound toresourceNames.- Parameters:
resourceNames- The resources has to be located- Returns:
- The bound resources name iterator
-