Class SpecificScopesArtifactFilter
- java.lang.Object
-
- org.apache.maven.ant.tasks.support.SpecificScopesArtifactFilter
-
- All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter
public class SpecificScopesArtifactFilter extends java.lang.Object implements org.apache.maven.artifact.resolver.filter.ArtifactFilter
Filter to only retain objects in the given scope(s).
-
-
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 SpecificScopesArtifactFilter(java.lang.String scopes)
Takes a comma separated list of scopes to include.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
include(org.apache.maven.artifact.Artifact artifact)
-