|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIncludeFilter
public final class IncludeFilter
Indicating "no filtering", evaluates to true
.
This is a placeholder filter intended to be used in data structuring definition.
The above does imply that the OR opperator can short circuit on encountering NONE.
Field Summary |
---|
Fields inherited from interface Filter |
---|
EXCLUDE, INCLUDE |
Method Summary | |
---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor. |
boolean |
evaluate(Object object)
Returns true , content is included. |
String |
toString()
Returns a string representation of this filter. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Object accept(FilterVisitor visitor, Object extraData)
accept
in interface Filter
public boolean evaluate(Object object)
true
, content is included.
evaluate
in interface Filter
true if the test(s) are passed for the provided object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |