public interface IClassSourceLocator extends IClassLocator
| Modifier and Type | Method and Description |
|---|---|
com.thoughtworks.qdox.model.JavaClass |
getSourceInfo(String name)
Get source information.
|
getClassInfo, getRequiredClassInfo, isLookupSupported, loadClasscom.thoughtworks.qdox.model.JavaClass getSourceInfo(String name)
name - fully-qualified name of class to be foundnull if source not foundCopyright © 2005-2014 jibx.org. All Rights Reserved.