org.jfree.xml.generator

Interface SourceCollector

public interface SourceCollector

A source collector returns a collection of Class objects.
Method Summary
Class[]getClasses()
Returns the classes that fall within the scope of the source collector.

Method Detail

getClasses

public Class[] getClasses()
Returns the classes that fall within the scope of the source collector.

Returns: The classes.