org.ow2.frascati.tinfi.api
Interface InterfaceFilter


public interface InterfaceFilter

A filter for Interfaces.

Since:
1.0
Author:
Lionel Seinturier

Method Summary
 boolean accept(Interface itf)
          Test whether the specified Interface should be included.
 

Method Detail

accept

boolean accept(Interface itf)
Test whether the specified Interface should be included.

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


Copyright © 2007-2011. All Rights Reserved.