Class ScopeArtifactFilter
- java.lang.Object
-
- org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
-
- All Implemented Interfaces:
ArtifactFilter
public class ScopeArtifactFilter extends java.lang.Object implements ArtifactFilter
Filter to only retain objects in the given scope or better.- Version:
- $Id: ScopeArtifactFilter.java 495147 2007-01-11 07:47:53Z jvanzyl $
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
compileScope
private boolean
providedScope
private boolean
runtimeScope
private boolean
systemScope
private boolean
testScope
-
Constructor Summary
Constructors Constructor Description ScopeArtifactFilter(java.lang.String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
include(Artifact artifact)
-
-
-
Method Detail
-
include
public boolean include(Artifact artifact)
- Specified by:
include
in interfaceArtifactFilter
-
-