Package org.jibx.custom.classes
Interface IClassSourceLocator
- All Superinterfaces:
IClassLocator
- All Known Implementing Classes:
ClassSourceLocator
Locator for class and/or source information. Looks up class and source data as requested, using whatever method is
appropriate for the usage environment.
- Author:
- Dennis M. Sosnoski
-
Method Summary
Methods inherited from interface org.jibx.util.IClassLocator
getClassInfo, getRequiredClassInfo, isLookupSupported, loadClass
-
Method Details
-
getSourceInfo
Get source information.- Parameters:
name
- fully-qualified name of class to be found- Returns:
- source information, or
null
if source not found
-