public class DummyClassLocator extends Object implements IClassLocator
| Constructor and Description |
|---|
DummyClassLocator() |
| 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.
|
public boolean isLookupSupported()
false to indicate that lookup methods return only
place holder class information.isLookupSupported in interface IClassLocatorfalsepublic IClass getClassInfo(String name)
getClassInfo in interface IClassLocatorname - fully-qualified name of class to be foundnull if class not foundpublic IClass getRequiredClassInfo(String name)
getClassInfo(String), but throws a runtime exception
rather than returning null.getRequiredClassInfo in interface IClassLocatorname - fully-qualified name of class to be foundnull)public Class loadClass(String name)
loadClass in interface IClassLocatorname - fully-qualified class namenull if not foundCopyright © 2005–2016 jibx.org. All rights reserved.