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