Forge - Dependencies API 2.0.0.Alpha3

org.jboss.forge.dependencies.util
Class NonSnapshotDependencyFilter

java.lang.Object
  extended by org.jboss.forge.dependencies.util.NonSnapshotDependencyFilter
All Implemented Interfaces:
Predicate<Dependency>

public class NonSnapshotDependencyFilter
extends Object
implements Predicate<Dependency>

Predicate used to filter out SNAPSHOT Dependency instances.


Constructor Summary
NonSnapshotDependencyFilter()
           
 
Method Summary
 boolean accept(Dependency dependency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonSnapshotDependencyFilter

public NonSnapshotDependencyFilter()
Method Detail

accept

public boolean accept(Dependency dependency)
Specified by:
accept in interface Predicate<Dependency>

Forge - Dependencies API 2.0.0.Alpha3

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