Class ScopeArtifactFilter

java.lang.Object
org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
All Implemented Interfaces:
ArtifactFilter

public class ScopeArtifactFilter extends Object implements ArtifactFilter
Filter to only retain objects in the given scope or better.
Version:
$Id$
Author:
Brett Porter
  • Constructor Details

    • ScopeArtifactFilter

      public ScopeArtifactFilter(String scope)
  • Method Details