Uses of Interface
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
Packages that use ArtifactsFilter
-
Uses of ArtifactsFilter in org.apache.maven.shared.artifact.filter.collection
Classes in org.apache.maven.shared.artifact.filter.collection that implement ArtifactsFilterModifier and TypeClassDescriptionclass
This is the common base class of ClassifierFilter and TypeFilterclass
Abstract AbstractArtifactsFilter class.class
Filter on ArtifactId nameclass
This filter will exclude everything that is not a dependency of the selected artifact.class
ClassifierFilter class.class
Filter on GroupId Name.class
ProjectTransitivityFilter class.class
ScopeFilter class.class
TypeFilter class.Fields in org.apache.maven.shared.artifact.filter.collection with type parameters of type ArtifactsFilterMethods in org.apache.maven.shared.artifact.filter.collection that return types with arguments of type ArtifactsFilterMethods in org.apache.maven.shared.artifact.filter.collection with parameters of type ArtifactsFilterModifier and TypeMethodDescriptionvoid
FilterArtifacts.addFilter
(int index, ArtifactsFilter filter) Inserts the specified element at the specified position in this list.void
FilterArtifacts.addFilter
(ArtifactsFilter filter) Appends the specified element to the end of this list.Method parameters in org.apache.maven.shared.artifact.filter.collection with type arguments of type ArtifactsFilterModifier and TypeMethodDescriptionvoid
FilterArtifacts.setFilters
(List<ArtifactsFilter> filters) Setter for the fieldfilters
.