org.jboss.forge.project.dependencies
Interface DependencyFilter


public interface DependencyFilter

Used to filter Dependency objects in collections.

Author:
Lincoln Baxter, III

Method Summary
 boolean accept(Dependency dependency)
          Return true if the filter accepts this dependency, or false if the dependency should be filtered out.
 

Method Detail

accept

boolean accept(Dependency dependency)
Return true if the filter accepts this dependency, or false if the dependency should be filtered out.



Copyright © 2011 Seam Framework. All Rights Reserved.