public class ArtifactScopeExcluded extends Filter<java.lang.String>
| Constructor and Description |
|---|
ArtifactScopeExcluded(boolean skipTestScope,
boolean skipProvidedScope,
boolean skipSystemScope,
boolean skipRuntimeScope)
Constructs a new ArtifactScopeExcluded object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
passes(java.lang.String scope)
Tests is the artifact should be included in the scan (i.e.
|
public ArtifactScopeExcluded(boolean skipTestScope,
boolean skipProvidedScope,
boolean skipSystemScope,
boolean skipRuntimeScope)
skipTestScope - whether or not to skip the test scopeskipProvidedScope - whether or not to skip the provided scopeskipSystemScope - whether or not to skip the system scopeskipRuntimeScope - whether or not to skip the runtime scopeCopyright© 2012-21 Jeremy Long. All Rights Reserved.