| java.lang.Object com.uwyn.rife.resources.AbstractResourceFinder com.uwyn.rife.resources.ResourceFinderDirectories
ResourceFinderDirectories | public class ResourceFinderDirectories extends AbstractResourceFinder (Code) | | This class offers ResourceFinder capabilities for resources that
are available through a collection of directories.
The resources are looked up in the same order as the order in which the
directories were specified. This means that if a resource is found in the
first directory but it is also present in the second, only the first one
will match.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: com.uwyn.rife.resources.ResourceFinder since: 1.0 |
ResourceFinderDirectories | public ResourceFinderDirectories(File[] directories)(Code) | | Creates a new instance for the provided array of directories.
Parameters: directories - the directories where the resources should besearched in. since: 1.0 |
|
|