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 TypeClassDescriptionclass
Abstract filter for custom implementationsclass
A filter that combines zero or more other filters using a logicalAND
.class
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.class
A filter that combines zero or more other filters using a logicalOR
.class
A simple filter to exclude artifacts from a list of patterns.class
A simple filter to include artifacts from a list of patterns.class
Filter based on scope.Fields in org.apache.maven.shared.artifact.filter.resolve with type parameters of type TransformableFilterModifier and TypeFieldDescriptionprivate final Collection
<TransformableFilter> AndFilter.filters
private final Collection
<TransformableFilter> OrFilter.filters
Methods 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.