org.codehaus.swizzle.depreport
Class ScopeArtifactFilter

java.lang.Object
  extended by org.codehaus.swizzle.depreport.ScopeArtifactFilter
All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter

public class ScopeArtifactFilter
extends java.lang.Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter

TODO: include in maven-artifact in future


Constructor Summary
ScopeArtifactFilter(java.lang.String scope)
           
 
Method Summary
 boolean include(org.apache.maven.artifact.Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeArtifactFilter

public ScopeArtifactFilter(java.lang.String scope)
Method Detail

include

public boolean include(org.apache.maven.artifact.Artifact artifact)
Specified by:
include in interface org.apache.maven.artifact.resolver.filter.ArtifactFilter


Copyright © 2011. All Rights Reserved.