JCommon 1.0.17-redhat-2

org.jfree.xml.generator
Interface SourceCollector

All Known Implementing Classes:
JavaSourceCollector

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

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

Returns:
The classes.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.