Package org.jibx.custom.classes
Interface IClassSourceLocator
-
- All Superinterfaces:
IClassLocator
- All Known Implementing Classes:
ClassSourceLocator
public interface IClassSourceLocator extends IClassLocator
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaClass
getSourceInfo(java.lang.String name)
Get source information.-
Methods inherited from interface org.jibx.util.IClassLocator
getClassInfo, getRequiredClassInfo, isLookupSupported, loadClass
-
-