com.vii.brillien.kernel.axiom.atomic.shaper.filters
Class TypeFilter

java.lang.Object
  extended by com.vii.brillien.kernel.axiom.atomic.shaper.filters.TypeFilter
All Implemented Interfaces:
Filter

public class TypeFilter
extends Object
implements Filter

Spcialized Filter type for filtering by class reference


Field Summary
protected  Class type
          Class reference
 
Constructor Summary
TypeFilter(Class type)
           
 
Method Summary
 Class getType()
          Getter for field type
 boolean interestedIn(BrillienException be)
          Tells wether the exception need to be transformed.
 void setType(Class type)
          Setter for field type
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected Class type
Class reference

Constructor Detail

TypeFilter

public TypeFilter(Class type)
Method Detail

getType

public Class getType()
Getter for field type


setType

public void setType(Class type)
Setter for field type


interestedIn

public boolean interestedIn(BrillienException be)
Description copied from interface: Filter
Tells wether the exception need to be transformed.

Specified by:
interestedIn in interface Filter

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.