org.andromda.core.common
Class ResourceFinder
java.lang.Object
org.andromda.core.common.ResourceFinder
public class ResourceFinder
- extends Object
Finds and loads file resources from the current classpath.
- Author:
- Chad Brandon
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFinder
public ResourceFinder()
findResources
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.
- Parameters:
resource - the resource to find
- Returns:
- a
array of resource URLs
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.