org.robotframework.javalib.beans.common
Interface IClassFilter

All Known Implementing Classes:
AnnotationBasedKeywordFilter, BasicKeywordFilter, InterfaceBasedKeywordFilter

public interface IClassFilter

A filter to check whether a class matches some conditions.


Method Summary
 boolean accept(java.lang.Class clazz)
          Checks whether the provided class matches some conditions.
 

Method Detail

accept

boolean accept(java.lang.Class clazz)
Checks whether the provided class matches some conditions.

Parameters:
clazz - class to check
Returns:
true if it matches, false otherwise


Copyright © 2009. All Rights Reserved.