org.pfsw.odem
Interface IDependencyFilter<D extends IDependency>


public interface IDependencyFilter<D extends IDependency>

Simple filter for IDependency objects

Version:
1.0
Author:
M.Duchrow

Method Summary
 boolean matches(D dependency)
          Returns true if the given dependency matches the filter, otherwise false.
 

Method Detail

matches

boolean matches(D dependency)
Returns true if the given dependency matches the filter, otherwise false.