| |
|
| java.lang.Object org.andromda.core.common.ResourceFinder
ResourceFinder | public class ResourceFinder (Code) | | Finds and loads file resources from the current classpath.
author: Chad Brandon |
Method Summary | |
public static URL[] | findResources(String resource) Returns a URL[] containing the URL of each resource and the File which represents the library the resource was
found in. |
findResources | public static URL[] findResources(String resource)(Code) | | Returns a URL[] containing the URL of each resource and the File which represents the library the resource was
found in.
Parameters: resource - the resource to find a array of resource URLs
|
|
|
|