Uses of Interface
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
-
Packages that use ArtifactsFilter Package Description org.apache.maven.shared.artifact.filter.collection -
-
Uses of ArtifactsFilter in org.apache.maven.shared.artifact.filter.collection
Classes in org.apache.maven.shared.artifact.filter.collection that implement ArtifactsFilter Modifier and Type Class Description classAbstractArtifactFeatureFilterThis is the common base class of ClassifierFilter and TypeFilterclassAbstractArtifactsFilterclassArtifactIdFilterFilter on ArtifactId nameclassArtifactTransitivityFilterThis filter will exclude everything that is not a dependency of the selected artifact.classClassifierFilterclassGroupIdFilterFilter on GroupId Name.classProjectTransitivityFilterclassScopeFilterclassTypeFilterFields in org.apache.maven.shared.artifact.filter.collection with type parameters of type ArtifactsFilter Modifier and Type Field Description private java.util.List<ArtifactsFilter>FilterArtifacts. filtersMethods in org.apache.maven.shared.artifact.filter.collection that return types with arguments of type ArtifactsFilter Modifier and Type Method Description java.util.List<ArtifactsFilter>FilterArtifacts. getFilters()Methods in org.apache.maven.shared.artifact.filter.collection with parameters of type ArtifactsFilter Modifier and Type Method Description voidFilterArtifacts. addFilter(int index, ArtifactsFilter filter)Inserts the specified element at the specified position in this list.voidFilterArtifacts. 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 ArtifactsFilter Modifier and Type Method Description voidFilterArtifacts. setFilters(java.util.List<ArtifactsFilter> filters)
-