|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.command.ReverseFilter
Provides a proxy to reverse a filter.
Constructor Summary | |
ReverseFilter(IFilter filter)
Create a filter reversing another filter. |
Method Summary | |
boolean |
validate(ICommand command)
Indicates whether a command must be filtered or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReverseFilter(IFilter filter)
filter
- the filter to reverseMethod Detail |
public final boolean validate(ICommand command)
validate
in interface IFilter
command
- the command to test
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |