Uses of Interface
org.apache.maven.shared.artifact.filter.resolve.TransformableFilter
-
Packages that use TransformableFilter Package Description org.apache.maven.shared.artifact.filter.resolve -
-
Uses of TransformableFilter in org.apache.maven.shared.artifact.filter.resolve
Classes in org.apache.maven.shared.artifact.filter.resolve that implement TransformableFilter Modifier and Type Class Description classAbstractFilterAbstract filter for custom implementationsclassAndFilterA filter that combines zero or more other filters using a logicalAND.classExclusionsFilterA simple filter to exclude artifacts based on either artifact id or group id and artifact id.classOrFilterA filter that combines zero or more other filters using a logicalOR.classPatternExclusionsFilterA simple filter to exclude artifacts from a list of patterns.classPatternInclusionsFilterA simple filter to include artifacts from a list of patterns.classScopeFilterFilter based on scope.Fields in org.apache.maven.shared.artifact.filter.resolve with type parameters of type TransformableFilter Modifier and Type Field Description private java.util.Collection<TransformableFilter>AndFilter. filtersprivate java.util.Collection<TransformableFilter>OrFilter. filtersMethods in org.apache.maven.shared.artifact.filter.resolve that return types with arguments of type TransformableFilter Modifier and Type Method Description java.util.Collection<TransformableFilter>AndFilter. getFilters()Get the filtersjava.util.Collection<TransformableFilter>OrFilter. getFilters()Get the filtersConstructor parameters in org.apache.maven.shared.artifact.filter.resolve with type arguments of type TransformableFilter Constructor Description AndFilter(java.util.Collection<TransformableFilter> filters)The default constructor specifying a collection of filters which all must be matched.OrFilter(java.util.Collection<TransformableFilter> filters)The default constructor specifying a collection of filters of which at least one must match.
-