public class TypesArtifactFilter
extends java.lang.Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
types |
Constructor and Description |
---|
TypesArtifactFilter(java.lang.String types)
Accepts a comma separated list of types
|
Modifier and Type | Method and Description |
---|---|
boolean |
include(org.apache.maven.artifact.Artifact artifact) |