| 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(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 scopepublic boolean passes(String scope)
Copyright © 2013–2018 OWASP. All rights reserved.