org.jboss.forge.project.dependencies
Class NonSnapshotDependencyFilter
java.lang.Object
org.jboss.forge.project.dependencies.NonSnapshotDependencyFilter
- All Implemented Interfaces:
- DependencyFilter
public class NonSnapshotDependencyFilter
- extends Object
- implements DependencyFilter
Filters non-snapshots dependencies
- Author:
- George Gastaldi
|
Method Summary |
boolean |
accept(Dependency dependency)
Return true if the filter accepts this dependency, or false if the dependency should be filtered out. |
| 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)
- Description copied from interface:
DependencyFilter
- Return true if the filter accepts this dependency, or false if the dependency should be filtered out.
- Specified by:
accept in interface DependencyFilter
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.