Uses of Class
org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Packages that use ScopeArtifactFilter
-
Uses of ScopeArtifactFilter in org.apache.maven.shared.artifact.filter
Methods in org.apache.maven.shared.artifact.filter that return ScopeArtifactFilterModifier and TypeMethodDescriptionScopeArtifactFilter.reset()
Reset hit counts and tracking of filtered artifacts, BUT NOT ENABLED SCOPES.ScopeArtifactFilter.setIncludeCompileScope
(boolean pIncludeCompileScope) Setter for the fieldincludeCompileScope
.ScopeArtifactFilter.setIncludeCompileScopeWithImplications
(boolean enabled) Manages the following scopes: system provided compileScopeArtifactFilter.setIncludeNullScope
(boolean enable) Determine whether artifacts that have a null scope are included or excluded.ScopeArtifactFilter.setIncludeProvidedScope
(boolean pIncludeProvidedScope) Setter for the fieldincludeProvidedScope
.ScopeArtifactFilter.setIncludeRuntimeScope
(boolean pIncludeRuntimeScope) Setter for the fieldincludeRuntimeScope
.ScopeArtifactFilter.setIncludeRuntimeScopeWithImplications
(boolean enabled) Manages the following scopes: compile runtimeScopeArtifactFilter.setIncludeSystemScope
(boolean pIncludeSystemScope) ScopeArtifactFilter.setIncludeTestScope
(boolean pIncludeTestScope) Setter for the fieldincludeTestScope
.ScopeArtifactFilter.setIncludeTestScopeWithImplications
(boolean enabled) Manages the following scopes: system provided compile runtime test