Class AbstractScopeArtifactFilter
- java.lang.Object
-
- org.apache.maven.artifact.resolver.filter.AbstractScopeArtifactFilter
-
- All Implemented Interfaces:
ArtifactFilter
- Direct Known Subclasses:
CumulativeScopeArtifactFilter
,ScopeArtifactFilter
abstract class AbstractScopeArtifactFilter extends java.lang.Object implements ArtifactFilter
Filter to only retain objects in the given artifactScope or better.
-
-
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 AbstractScopeArtifactFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addScopeInternal(java.lang.String scope)
boolean
include(Artifact artifact)
-
-
-
Method Detail
-
addScopeInternal
void addScopeInternal(java.lang.String scope)
-
include
public boolean include(Artifact artifact)
- Specified by:
include
in interfaceArtifactFilter
-
-