public class GroupIdFilter extends AbstractArtifactFeatureFilter
| Constructor and Description |
|---|
GroupIdFilter(java.lang.String include,
java.lang.String exclude)
Construction will setup the super call with a filtertype of 'GroupId'
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compareFeatures(java.lang.String lhs,
java.lang.String rhs)
Allows Feature comparison to be customized
|
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
|
filter, getExcludes, getIncludes, setExcludes, setIncludesisArtifactIncludedpublic GroupIdFilter(java.lang.String include,
java.lang.String exclude)
include - comma separated list of groupIds to include, may be nullexclude - comma separated list of groupIds 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 ofprotected boolean compareFeatures(java.lang.String lhs,
java.lang.String rhs)
AbstractArtifactFeatureFiltercompareFeatures in class AbstractArtifactFeatureFilterlhs - String artifact's featurerhs - String feature from exclude or include list