Interface ArtifactItemFilter
-
- All Known Implementing Classes:
DestFileFilter,MarkerFileFilter,ResolveFileFilter
public interface ArtifactItemFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisArtifactIncluded(ArtifactItem item)
-
-
-
Method Detail
-
isArtifactIncluded
boolean isArtifactIncluded(ArtifactItem item) throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
- Parameters:
item-ArtifactItem- Returns:
- true/false
- Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException- in case of an error
-
-