public interface IClassLocator
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 foundnull 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 foundnull)Copyright © 2005–2016 jibx.org. All rights reserved.