|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceLoader
Abstraction for loading resources (streams, files, and classes).
| Method Summary | ||
|---|---|---|
|
newInstance(String cname,
Class<T> expectedType)
Creates a class of the name and expected type |
|
InputStream |
openResource(String resource)
Opens a named resource |
|
| Method Detail |
|---|
InputStream openResource(String resource)
throws IOException
IOException
<T> T newInstance(String cname,
Class<T> expectedType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||