|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.common.ResourceFinder
public class ResourceFinder
Finds and loads file resources from the current classpath.
| Constructor Summary | |
|---|---|
ResourceFinder()
|
|
| Method Summary | |
|---|---|
static java.net.URL[] |
findResources(java.lang.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 |
| Constructor Detail |
|---|
public ResourceFinder()
| Method Detail |
|---|
public static java.net.URL[] findResources(java.lang.String resource)
resource - the resource to find
array of resource URLs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||