Class ScopeArtifactFilter
java.lang.Object
org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
- All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter
Filter to only retain objects in the given artifactScope or better.
- Author:
- Brett Porter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopeArtifactFilter
-
-
Method Details
-
getScope
-
hashCode
-
equals
-
include
public boolean include(org.apache.maven.artifact.Artifact artifact) - Specified by:
includein interfaceorg.apache.maven.artifact.resolver.filter.ArtifactFilter
-