ArtifactsFilterpublic class ArtifactIdFilter extends AbstractArtifactFeatureFilter
| Constructor | Description |
|---|---|
ArtifactIdFilter(java.lang.String include,
java.lang.String exclude) |
Will setup super with 'ArtifactId' as the filterType
|
| Modifier and Type | Method | 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 ArtifactIdFilter(java.lang.String include,
java.lang.String exclude)
include - comma separated list of artifactIds to include, may be nullexclude - comma separated list of artifactIds to exclude, may be nullprotected java.lang.String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
AbstractArtifactFeatureFiltergetArtifactFeature in class AbstractArtifactFeatureFilterartifact - artifact to return type or classifier ofCopyright © 2018. All rights reserved.