|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TypeSet.Resolver
A resolver that can resolve a class by name. The name can be a simple name or a fully qualified name.
| Method Summary | |
|---|---|
Class<?> |
resolve(String name)
Resolve the class by the given name |
| Method Detail |
|---|
Class<?> resolve(String name)
throws ClassNotFoundException
name - the name of the class, might be fully classified or not.
ClassNotFoundException - if the class couldn't be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||