|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.javalib.beans.common.BasicKeywordFilter
public class BasicKeywordFilter
| Nested Class Summary | |
|---|---|
static interface |
BasicKeywordFilter.Condition
|
| Constructor Summary | |
|---|---|
BasicKeywordFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.Class clazz)
Checks whether the provided class matches some conditions. |
void |
addCondition(BasicKeywordFilter.Condition condition)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicKeywordFilter()
| Method Detail |
|---|
public boolean accept(java.lang.Class clazz)
IClassFilter
accept in interface IClassFilterclazz - class to check
public void addCondition(BasicKeywordFilter.Condition condition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||