|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Loader
Loader.
| Method Summary | |
|---|---|
URL |
getResource(String name)
Get a resource |
void |
getResources(String name,
Set<URL> urls)
Get resources |
Class<?> |
loadClass(String className)
Load a class |
| Method Detail |
|---|
Class<?> loadClass(String className)
className - the class name
URL getResource(String name)
name - the resource name
void getResources(String name,
Set<URL> urls)
throws IOException
name - the resource nameurls - the list of urls to add to
IOException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||