com.ibm.di.entry
Class EntryFilter.EntryFilterExpression

java.lang.Object
  extended by com.ibm.di.entry.EntryFilter.EntryFilterExpression
Enclosing class:
EntryFilter

public class EntryFilter.EntryFilterExpression
extends Object


Constructor Summary
EntryFilter.EntryFilterExpression(EventHandlerConditionConfig config)
           
 
Method Summary
 boolean contains(Object p1, Object p2)
           
 boolean endsWith(Object p1, Object p2)
           
 boolean equals(Object p1, Object p2)
           
 boolean hasValue(Object p1, Object p2)
           
 boolean match(Entry e)
           
 boolean startsWith(Object p1, Object p2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryFilter.EntryFilterExpression

public EntryFilter.EntryFilterExpression(EventHandlerConditionConfig config)
Method Detail

match

public boolean match(Entry e)
              throws Exception
Throws:
Exception

equals

public boolean equals(Object p1,
                      Object p2)

startsWith

public boolean startsWith(Object p1,
                          Object p2)

endsWith

public boolean endsWith(Object p1,
                        Object p2)

contains

public boolean contains(Object p1,
                        Object p2)

hasValue

public boolean hasValue(Object p1,
                        Object p2)