|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClassLocator
Locator for class information. Looks up classes using whatever method is appropriate for the usage environment.
| Method Summary | |
|---|---|
IClass |
getClassInfo(String name)
Get class information. |
IClass |
getRequiredClassInfo(String name)
Get required class information. |
boolean |
isLookupSupported()
Check if class lookup is supported. |
Class |
loadClass(String name)
Load class. |
| Method Detail |
|---|
boolean isLookupSupported()
false,
lookup methods return only place holder class information.
true if class lookup supported, false
if only place holder information returnedIClass getClassInfo(String name)
name - fully-qualified name of class to be found
null if class not foundIClass getRequiredClassInfo(String name)
getClassInfo(String), but throws a runtime exception rather than
returning null.
name - fully-qualified name of class to be found
null)Class loadClass(String name)
name - fully-qualified class name
null if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||