org.smallmind.scribe.ink.jdk
Class JDKFilterAdapter

java.lang.Object
  extended by org.smallmind.scribe.ink.jdk.JDKFilterAdapter
All Implemented Interfaces:
Filter

public class JDKFilterAdapter
extends Object
implements Filter


Constructor Summary
JDKFilterAdapter(Filter filter)
           
 
Method Summary
 boolean equals(Object obj)
           
protected  Filter getNativeFilter()
           
 int hashCode()
           
 boolean willLog(Record record)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKFilterAdapter

public JDKFilterAdapter(Filter filter)
Method Detail

getNativeFilter

protected Filter getNativeFilter()

willLog

public boolean willLog(Record record)
Specified by:
willLog in interface Filter

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.