public class ScopeArtifactFilter extends java.lang.Object implements ArtifactFilter
Modifier and Type | Field and Description |
---|---|
private boolean |
compileScope |
private boolean |
providedScope |
private boolean |
runtimeScope |
private boolean |
systemScope |
private boolean |
testScope |
Constructor and Description |
---|
ScopeArtifactFilter(java.lang.String scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
include(Artifact artifact) |
private final boolean compileScope
private final boolean runtimeScope
private final boolean testScope
private final boolean providedScope
private final boolean systemScope
public boolean include(Artifact artifact)
include
in interface ArtifactFilter