Class ArtifactScopeExcluded
java.lang.Object
org.owasp.dependencycheck.utils.Filter<String>
org.owasp.dependencycheck.maven.ArtifactScopeExcluded
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactScopeExcluded(boolean skipTestScope, boolean skipProvidedScope, boolean skipSystemScope, boolean skipRuntimeScope) Constructs a new ArtifactScopeExcluded object. -
Method Summary
-
Constructor Details
-
ArtifactScopeExcluded
public ArtifactScopeExcluded(boolean skipTestScope, boolean skipProvidedScope, boolean skipSystemScope, boolean skipRuntimeScope) Constructs a new ArtifactScopeExcluded object.- Parameters:
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 scope
-
-
Method Details