public class ResourceFinder extends Object
| Constructor and Description |
|---|
ResourceFinder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ResourceFinder()
public static URL[] findResources(String resource)
resource - the resource to findarray of resource URLsCopyright © 2003–2014 AndroMDA.org. All rights reserved.