public class ClassifierFilter extends AbstractArtifactFeatureFilter
ClassifierFilter class.
| Constructor and Description |
|---|
ClassifierFilter(String include,
String exclude)
Constructor for ClassifierFilter.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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, setIncludesisArtifactIncludedprotected String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
getArtifactFeature in class AbstractArtifactFeatureFilterartifact - artifact to return type or classifier ofCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.