|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.filters.logic.NotFilter
NotFilter
accepts if the filter does not accept
Constructor Summary | |
NotFilter()
|
|
NotFilter(UMOFilter filter)
|
Method Summary | |
boolean |
accept(java.lang.Object object)
|
UMOFilter |
getFilter()
|
void |
setFilter(UMOFilter filter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotFilter()
public NotFilter(UMOFilter filter)
Method Detail |
public UMOFilter getFilter()
public void setFilter(UMOFilter filter)
public boolean accept(java.lang.Object object)
accept
in interface UMOFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |