Uses of Class
org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Packages that use ScopeArtifactFilter Package Description org.apache.maven.shared.artifact.filter -
-
Uses of ScopeArtifactFilter in org.apache.maven.shared.artifact.filter
Methods in org.apache.maven.shared.artifact.filter that return ScopeArtifactFilter Modifier and Type Method Description ScopeArtifactFilterScopeArtifactFilter. reset()Reset hit counts and tracking of filtered artifacts, BUT NOT ENABLED SCOPES.ScopeArtifactFilterScopeArtifactFilter. setIncludeCompileScope(boolean pIncludeCompileScope)ScopeArtifactFilterScopeArtifactFilter. setIncludeCompileScopeWithImplications(boolean enabled)Manages the following scopes: system provided compileScopeArtifactFilterScopeArtifactFilter. setIncludeNullScope(boolean enable)Determine whether artifacts that have a null scope are included or excluded.ScopeArtifactFilterScopeArtifactFilter. setIncludeProvidedScope(boolean pIncludeProvidedScope)ScopeArtifactFilterScopeArtifactFilter. setIncludeRuntimeScope(boolean pIncludeRuntimeScope)ScopeArtifactFilterScopeArtifactFilter. setIncludeRuntimeScopeWithImplications(boolean enabled)Manages the following scopes: compile runtimeScopeArtifactFilterScopeArtifactFilter. setIncludeSystemScope(boolean pIncludeSystemScope)ScopeArtifactFilterScopeArtifactFilter. setIncludeTestScope(boolean pIncludeTestScope)ScopeArtifactFilterScopeArtifactFilter. setIncludeTestScopeWithImplications(boolean enabled)Manages the following scopes: system provided compile runtime test
-