|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
org.apache.maven.shared.artifact.filter.collection.GroupIdFilter
public class GroupIdFilter
Filter on GroupId Name.
org.apache.maven.plugin.dependency.utils.filters.AbstractArtifactFeatureFilter
Constructor Summary | |
---|---|
GroupIdFilter(java.lang.String include,
java.lang.String exclude)
Construction will setup the super call with a filtertype of 'GroupId' |
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter |
---|
filter, getExcludes, getIncludes, setExcludes, setIncludes |
Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter |
---|
isArtifactIncluded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupIdFilter(java.lang.String include, java.lang.String exclude)
include
- exclude
- Method Detail |
---|
protected java.lang.String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
AbstractArtifactFeatureFilter
getArtifactFeature
in class AbstractArtifactFeatureFilter
artifact
- artifact to return type or classifier of
protected boolean compareFeatures(java.lang.String lhs, java.lang.String rhs)
AbstractArtifactFeatureFilter
compareFeatures
in class AbstractArtifactFeatureFilter
lhs
- String artifact's featurerhs
- String feature from exclude or include list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |