|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vii.brillien.kernel.axiom.atomic.shaper.filters.TypeFilter
public class TypeFilter
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 |
---|
protected Class type
Constructor Detail |
---|
public TypeFilter(Class type)
Method Detail |
---|
public Class getType()
public void setType(Class type)
public boolean interestedIn(BrillienException be)
Filter
interestedIn
in interface Filter
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |