Package org.jfree.xml.generator
Interface SourceCollector
-
- All Known Implementing Classes:
JavaSourceCollector
public interface SourceCollectorA source collector returns a collection ofClassobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class[]getClasses()Returns the classes that fall within the scope of the source collector.
-