org.robotframework.javalib.beans.classpath
Class InterfaceBasedKeywordFilter

java.lang.Object
  extended by org.robotframework.javalib.beans.common.BasicKeywordFilter
      extended by org.robotframework.javalib.beans.classpath.InterfaceBasedKeywordFilter
All Implemented Interfaces:
IClassFilter

public class InterfaceBasedKeywordFilter
extends BasicKeywordFilter

A filter that only accepts classes that
- implement the Keyword interface
- are public
- are not abstract
- have a default constructor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.robotframework.javalib.beans.common.BasicKeywordFilter
BasicKeywordFilter.Condition
 
Constructor Summary
InterfaceBasedKeywordFilter()
           
 
Method Summary
 
Methods inherited from class org.robotframework.javalib.beans.common.BasicKeywordFilter
accept, addCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceBasedKeywordFilter

public InterfaceBasedKeywordFilter()


Copyright © 2009. All Rights Reserved.