abstract class AbstractScopeArtifactFilter 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 |
---|
AbstractScopeArtifactFilter() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addScopeInternal(java.lang.String scope) |
boolean |
include(Artifact artifact) |
private boolean compileScope
private boolean runtimeScope
private boolean testScope
private boolean providedScope
private boolean systemScope
void addScopeInternal(java.lang.String scope)
public boolean include(Artifact artifact)
include
in interface ArtifactFilter