|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.util.ResourceLoader
public class ResourceLoader
The ResourceLoader loads for resources by trying each of the following mechanisms:
| Nested Class Summary | |
|---|---|
static interface |
ResourceLoader.ResourceFinder
|
| Constructor Summary | |
|---|---|
ResourceLoader()
|
|
| Method Summary | |
|---|---|
static java.io.InputStream |
openInputStream(java.lang.Class cls,
java.lang.String resourceID)
Opens an InputStream by trying each of the defined ResourceFinders. |
static java.lang.String |
openTextResource(java.lang.Class cls,
java.lang.String resourceId)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLoader()
| Method Detail |
|---|
public static java.io.InputStream openInputStream(java.lang.Class cls,
java.lang.String resourceID)
public static java.lang.String openTextResource(java.lang.Class cls,
java.lang.String resourceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||