public class TypeFilter extends AbstractArtifactFeatureFilter
| Constructor and Description |
|---|
TypeFilter(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, setIncludesisArtifactIncludedpublic TypeFilter(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 AbstractArtifactFeatureFilterartifact - artifact to return type or classifier of