org.jdiseq.filter
Class MethodFilter

java.lang.Object
  extended byorg.jdiseq.filter.Filter
      extended byorg.jdiseq.filter.MethodFilter

public class MethodFilter
extends Filter

Method filtering class representing the a filtering defined for all method calls be run while using jDiSeq.


Constructor Summary
MethodFilter()
          Empty constructer used by client when creating a new filter definition.
MethodFilter(Element element)
          {@inheritDoc}
 
Method Summary
 boolean equals(java.lang.Object object)
          
protected  java.lang.String getAttributeName()
          Returns the subclasses attribute name since the super class isn't aware of them.
 int hashCode()
          
 
Methods inherited from class org.jdiseq.filter.Filter
getElement, getFiltering, getType, setFiltering, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodFilter

public MethodFilter(Element element)
{@inheritDoc}


MethodFilter

public MethodFilter()
Empty constructer used by client when creating a new filter definition.

Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class Filter

hashCode

public int hashCode()

Overrides:
hashCode in class Filter

getAttributeName

protected java.lang.String getAttributeName()
Returns the subclasses attribute name since the super class isn't aware of them.

Specified by:
getAttributeName in class Filter
Returns:
Name of the subclasses attribute


Copyright © 2003 SourceForge.net. All Rights Reserved.