Class ScopeArtifactFilter
- java.lang.Object
-
- org.apache.maven.artifact.resolver.filter.AbstractScopeArtifactFilter
-
- org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
-
- All Implemented Interfaces:
ArtifactFilter
public class ScopeArtifactFilter extends AbstractScopeArtifactFilter
Filter to only retain objects in the given artifactScope or better.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringscope
-
Constructor Summary
Constructors Constructor Description ScopeArtifactFilter(java.lang.String scope)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)private static <T> booleanequals(T str1, T str2)java.lang.StringgetScope()inthashCode()-
Methods inherited from class org.apache.maven.artifact.resolver.filter.AbstractScopeArtifactFilter
addScopeInternal, include
-
-