org.apache.commons.discovery

Interface ResourceNameDiscover

public interface ResourceNameDiscover

Interface representing a mapping from a set of source resource names to a resultant set of resource names.

Author: Richard A. Sitze Costin Manolache

Method Summary
ResourceNameIteratorfindResourceNames(String resourceName)
Locate names of resources that are bound to resourceName.
ResourceNameIteratorfindResourceNames(ResourceNameIterator resourceNames)
Locate names of resources that are bound to resourceNames.

Method Detail

findResourceNames

public ResourceNameIterator findResourceNames(String resourceName)
Locate names of resources that are bound to resourceName.

Returns: ResourceNameIterator

findResourceNames

public ResourceNameIterator findResourceNames(ResourceNameIterator resourceNames)
Locate names of resources that are bound to resourceNames.

Returns: ResourceNameIterator

Copyright (c) 2002 - Apache Software Foundation