Interface SourceCollector

All Known Implementing Classes:
JavaSourceCollector

public interface SourceCollector
A source collector returns a collection of Class objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the classes that fall within the scope of the source collector.
  • Method Details

    • getClasses

      Returns the classes that fall within the scope of the source collector.
      Returns:
      The classes.