public class ArtifactIdFilter extends AbstractArtifactFeatureFilter
Constructor and Description |
---|
ArtifactIdFilter(java.lang.String include,
java.lang.String exclude)
Will setup super with 'ArtifactId' as the filterType
|
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 ArtifactIdFilter(java.lang.String include, java.lang.String exclude)
include
- comma separated list of artifactIds to include, may be null
exclude
- comma separated list of artifactIds to exclude, may be null
protected java.lang.String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
AbstractArtifactFeatureFilter
getArtifactFeature
in class AbstractArtifactFeatureFilter
artifact
- artifact to return type or classifier of