Forge - Shell API 1.2.0.Final

org.jboss.forge.project.dependencies
Interface DependencyFilter

All Known Implementing Classes:
CompositeDependencyFilter, NonSnapshotDependencyFilter

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.


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.