Uses of Interface
org.apache.maven.shared.artifact.filter.resolve.FilterTransformer
-
Packages that use FilterTransformer Package Description org.apache.maven.shared.artifact.filter.resolve org.apache.maven.shared.artifact.filter.resolve.transform -
-
Uses of FilterTransformer in org.apache.maven.shared.artifact.filter.resolve
Methods in org.apache.maven.shared.artifact.filter.resolve with parameters of type FilterTransformer Modifier and Type Method Description <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 FilterTransformer Modifier and Type Class Description classArtifactIncludeFilterTransformerMakes it possible to use the TransformableFilters for Aether and as classic Maven ArtifactFilter.classEclipseAetherFilterTransformerFilterTransformer implementation for Eclipse Aether.
-