org.eclipse.mylyn.wikitext.tests
Interface ClassFilter

All Known Implementing Classes:
DiscoveryTestSuite

public interface ClassFilter

a means of filtering a class

Author:
David Green

Method Summary
 boolean filter(Class<?> clazz)
          indicate if the class should be filtered.
 

Method Detail

filter

boolean filter(Class<?> clazz)
indicate if the class should be filtered. Filtered classes are excluded.

Parameters:
clazz - the class to test
Returns:
true if the class should be filtered


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.