|
||||||
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. |
java.lang.Class |
loadClass(java.lang.String name)
Load class. |
Method Detail |
---|
IClass 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 |