org.apache.maven.surefire.util
Interface ScannerFilter

All Known Implementing Classes:
NonAbstractClassFilter

public interface ScannerFilter

Author:
Kristian Rosenvold

Method Summary
 boolean accept(Class testClass)
          Indicates if the class should be accepted by the directory scanner
 

Method Detail

accept

boolean accept(Class testClass)
Indicates if the class should be accepted by the directory scanner

Parameters:
testClass - The class in question
Returns:
true if the class should be part of the directory scan result.


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.