Uses of Interface
org.apache.maven.shared.artifact.filter.resolve.TransformableFilter
Packages that use TransformableFilter
-
Uses of TransformableFilter in org.apache.maven.shared.artifact.filter.resolve
Classes in org.apache.maven.shared.artifact.filter.resolve that implement TransformableFilterModifier and TypeClassDescriptionclassAbstract filter for custom implementationsclassA filter that combines zero or more other filters using a logicalAND.classA simple filter to exclude artifacts based on either artifact id or group id and artifact id.classA filter that combines zero or more other filters using a logicalOR.classA simple filter to exclude artifacts from a list of patterns.classA simple filter to include artifacts from a list of patterns.classFilter based on scope.Fields in org.apache.maven.shared.artifact.filter.resolve with type parameters of type TransformableFilterModifier and TypeFieldDescriptionprivate final Collection<TransformableFilter> AndFilter.filtersprivate final Collection<TransformableFilter> OrFilter.filtersMethods in org.apache.maven.shared.artifact.filter.resolve that return types with arguments of type TransformableFilterModifier and TypeMethodDescriptionAndFilter.getFilters()Get the filtersOrFilter.getFilters()Get the filtersConstructor parameters in org.apache.maven.shared.artifact.filter.resolve with type arguments of type TransformableFilterModifierConstructorDescriptionAndFilter(Collection<TransformableFilter> filters) The default constructor specifying a collection of filters which all must be matched.OrFilter(Collection<TransformableFilter> filters) The default constructor specifying a collection of filters of which at least one must match.