- ScopeArtifactFilter - Class in org.apache.maven.shared.artifact.filter
-
ArtifactFilter
implementation that selects artifacts based on their
scopes.
- ScopeArtifactFilter() - Constructor for class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Constructor that is meant to be used with fine-grained manipulation to
enable/disable specific scopes using the associated mutator methods.
- ScopeArtifactFilter(String) - Constructor for class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Constructor that uses the implied nature of Maven scopes to determine which
artifacts to include.
- ScopeFilter - Class in org.apache.maven.shared.artifact.filter.collection
-
- ScopeFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
-
- setExcludes(String) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
-
- setExcludeScope(String) - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
-
- setExcludeTransitive(boolean) - Method in class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
-
- setFilters(ArrayList) - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
-
- setIncludeCompileScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
- setIncludeCompileScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Manages the following scopes:
system
provided
compile
- setIncludeNullScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Determine whether artifacts that have a null scope are included or excluded.
- setIncludeProvidedScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
- setIncludeRuntimeScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
- setIncludeRuntimeScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Manages the following scopes:
compile
runtime
- setIncludes(String) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
-
- setIncludeScope(String) - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
-
- setIncludeSystemScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
- setIncludeTestScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
- setIncludeTestScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
-
Manages the following scopes:
system
provided
compile
runtime
test
- StatisticsReportingArtifactFilter - Interface in org.apache.maven.shared.artifact.filter
-
- StrictPatternExcludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
-
Filter to exclude artifacts from a list of patterns.
- StrictPatternExcludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.StrictPatternExcludesArtifactFilter
-
Creates a new filter that excludes artifacts that match the specified patterns.
- StrictPatternIncludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
-
Filter to include artifacts from a list of patterns.
- StrictPatternIncludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.StrictPatternIncludesArtifactFilter
-
Creates a new filter that includes artifacts that match the specified patterns.