public abstract class AbstractArtifactsFilter extends Object implements ArtifactsFilter
| Constructor and Description |
|---|
AbstractArtifactsFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isArtifactIncluded(org.apache.maven.artifact.Artifact artifact) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterpublic boolean isArtifactIncluded(org.apache.maven.artifact.Artifact artifact)
throws ArtifactFilterException
isArtifactIncluded in interface ArtifactsFilterartifact - Artifacttrue if artifact is includes false otherwise.ArtifactFilterException - when filtering failsCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.