public class ClassifierFilter extends AbstractArtifactFeatureFilter
Constructor and Description |
---|
ClassifierFilter(java.lang.String include,
java.lang.String exclude) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
Should return the type or classifier of the given artifact, so that we can filter it
|
compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludes
isArtifactIncluded
public ClassifierFilter(java.lang.String include, java.lang.String exclude)
include
- comma separated list with includes.exclude
- comma separated list with excludes.protected java.lang.String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
getArtifactFeature
in class AbstractArtifactFeatureFilter
artifact
- artifact to return type or classifier of