org.apache.maven.shared.artifact.filter.collection
public class TypeFilter extends AbstractArtifactFeatureFilter
Constructor and Description |
---|
TypeFilter(java.lang.String include,
java.lang.String exclude) |
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
protected java.lang.String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
AbstractArtifactFeatureFilter
getArtifactFeature
in class AbstractArtifactFeatureFilter
artifact
- artifact to return type or classifier ofCopyright © 2014. All Rights Reserved.