org.ow2.frascati.tinfi.api
Interface InterfaceMethodFilter


public interface InterfaceMethodFilter

A filter for Interface,Method pairs.

Since:
1.0
Author:
Lionel Seinturier

Method Summary
 boolean accept(Interface itf, java.lang.reflect.Method method)
          Test whether the specified pair Interface,Method should be included.
 

Method Detail

accept

boolean accept(Interface itf,
               java.lang.reflect.Method method)
Test whether the specified pair Interface,Method should be included.

Parameters:
itf - the Interface to be tested
method - the Method to be tested
Returns:
if the itf,method should be included


Copyright © 2007-2011. All Rights Reserved.