Uses of Interface
org.apache.maven.shared.artifact.filter.resolve.FilterTransformer
Packages that use FilterTransformer
Package
Description
-
Uses of FilterTransformer in org.apache.maven.shared.artifact.filter.resolve
Methods in org.apache.maven.shared.artifact.filter.resolve with parameters of type FilterTransformerModifier and TypeMethodDescriptionfinal <T> TAbstractFilter.transform(FilterTransformer<T> transformer) Subclasses should include the following code:<T> TAndFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TExclusionsFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TOrFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TPatternExclusionsFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TPatternInclusionsFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TScopeFilter.transform(FilterTransformer<T> transformer) Transform this filter to a tool specific implementation<T> TTransformableFilter.transform(FilterTransformer<T> transformer) Subclasses should include the following code: -
Uses of FilterTransformer in org.apache.maven.shared.artifact.filter.resolve.transform
Classes in org.apache.maven.shared.artifact.filter.resolve.transform that implement FilterTransformerModifier and TypeClassDescriptionclassMakes it possible to use the TransformableFilters for Aether and as classic Maven ArtifactFilter.classFilterTransformer implementation for Eclipses Aether