public class GroupIdFilter extends AbstractArtifactFeatureFilter
| Constructor and Description |
|---|
GroupIdFilter(String include,
String exclude)
Construction will setup the super call with a filtertype of 'GroupId'
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compareFeatures(String lhs,
String rhs)
Allows Feature comparison to be customized
|
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
|
filter, getExcludes, getIncludes, setExcludes, setIncludesisArtifactIncludedprotected String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
getArtifactFeature in class AbstractArtifactFeatureFilterartifact - artifact to return type or classifier ofprotected boolean compareFeatures(String lhs, String rhs)
compareFeatures in class AbstractArtifactFeatureFilterlhs - String artifact's featurerhs - String feature from exclude or include listCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.