|
||||||
| 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(java.lang.String name)
Get class information. |
IClass |
getRequiredClassInfo(java.lang.String name)
Get required class information. |
boolean |
isLookupSupported()
Check if class lookup is supported. |
java.lang.Class |
loadClass(java.lang.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(java.lang.String name)
name - fully-qualified name of class to be found
null if class not foundIClass getRequiredClassInfo(java.lang.String name)
getClassInfo(String), but throws a runtime exception rather than
returning null.
name - fully-qualified name of class to be found
null)java.lang.Class loadClass(java.lang.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 | |||||