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 Details

    • getSourceInfo

      JavaClass getSourceInfo(String name)
      Get source information.
      Parameters:
      name - fully-qualified name of class to be found
      Returns:
      source information, or null if source not found