org.jboss.forge.dependencies.util
Class NonSnapshotDependencyFilter
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonSnapshotDependencyFilter
public NonSnapshotDependencyFilter()
accept
public boolean accept(Dependency dependency)
- Specified by:
accept in interface Predicate<Dependency>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.