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.

Author:
Sami Honkonen

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 © 2008. All Rights Reserved.