|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClassResolver
An interface to code which finds classes and resources
| Method Summary | |
|---|---|
Iterator<URL> |
getResources(String name)
Tries to load all the resources by the name that is given. |
Class<?> |
resolveClass(String classname)
Resolves a class by name (which may or may not involve loading it; thus the name class *resolver* not *loader*). |
| Method Detail |
|---|
Class<?> resolveClass(String classname)
throws ClassNotFoundException
classname - Fully qualified classname to find
ClassNotFoundExceptionIterator<URL> getResources(String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||