Class ScopeArtifactFilter
java.lang.Object
org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final boolean
private final boolean
private final boolean
private final boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compileScope
private final boolean compileScope -
runtimeScope
private final boolean runtimeScope -
testScope
private final boolean testScope -
providedScope
private final boolean providedScope -
systemScope
private final boolean systemScope
-
-
Constructor Details
-
ScopeArtifactFilter
-
-
Method Details
-
include
- Specified by:
include
in interfaceArtifactFilter
-