Package | Description |
---|---|
org.apache.maven.shared.artifact.filter.resolve | |
org.apache.maven.shared.artifact.filter.resolve.transform |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractFilter.transform(FilterTransformer<T> transformer) |
Subclasses should include the following code:
|
<T> T |
AndFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
ExclusionsFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
OrFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
PatternExclusionsFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
PatternInclusionsFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
ScopeFilter.transform(FilterTransformer<T> transformer) |
Transform this filter to a tool specific implementation
|
<T> T |
TransformableFilter.transform(FilterTransformer<T> transformer) |
Subclasses should include the following code:
|
Modifier and Type | Class | Description |
---|---|---|
class |
ArtifactIncludeFilterTransformer |
Makes it possible to use the TransformableFilters for Aether and as classic Maven ArtifactFilter.
|
class |
EclipseAetherFilterTransformer |
FilterTransformer implementation for Eclipses Aether
|
class |
SonatypeAetherFilterTransformer |
FilterTransformer implementation for Sonatypes Aether
|
Copyright © 2018. All rights reserved.