Forge - Shell API 1.2.0.Final

org.jboss.forge.project.dependencies
Class NonSnapshotDependencyFilter

java.lang.Object
  extended by org.jboss.forge.project.dependencies.NonSnapshotDependencyFilter
All Implemented Interfaces:
DependencyFilter

public class NonSnapshotDependencyFilter
extends Object
implements DependencyFilter

Filters non-snapshots dependencies

Author:
George Gastaldi

Constructor Summary
NonSnapshotDependencyFilter()
           
 
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
 

Constructor Detail

NonSnapshotDependencyFilter

public NonSnapshotDependencyFilter()
Method Detail

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

Forge - Shell API 1.2.0.Final

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