Kieker 1.4

kieker.tools.mappingGenerator.filters.composite
Class NoInterfaceNoSuperclassFilter

java.lang.Object
  extended by kieker.tools.mappingGenerator.filters.composite.NoInterfaceNoSuperclassFilter
All Implemented Interfaces:
IMethodFilter

public class NoInterfaceNoSuperclassFilter
extends Object
implements IMethodFilter

Exclude Interface and superclass methods from output

Author:
Robert von Massow

Constructor Summary
NoInterfaceNoSuperclassFilter()
           
 
Method Summary
 boolean accept(Method m, Class<?> c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoInterfaceNoSuperclassFilter

public NoInterfaceNoSuperclassFilter()
Method Detail

accept

public boolean accept(Method m,
                      Class<?> c)
Specified by:
accept in interface IMethodFilter

Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net