org.apache.maven.artifact.resolver.filter

Class ScopeArtifactFilter

public class ScopeArtifactFilter extends Object implements ArtifactFilter

Filter to only retain objects in the given scope or better.

Version: $Id: ScopeArtifactFilter.java 326363 2005-10-19 03:53:10Z brett $

Author: Brett Porter

Constructor Summary
ScopeArtifactFilter(String scope)
Method Summary
booleaninclude(Artifact artifact)

Constructor Detail

ScopeArtifactFilter

public ScopeArtifactFilter(String scope)

Method Detail

include

public boolean include(Artifact artifact)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.