| Package | Description |
|---|---|
| org.apache.maven.shared.artifact.filter.resolve | |
| org.apache.maven.shared.artifact.filter.resolve.transform |
| Modifier and Type | Method and Description |
|---|---|
static ScopeFilter |
ScopeFilter.excluding(java.util.Collection<java.lang.String> excluded)
Construct a ScopeFilter based on excluded scopes
|
static ScopeFilter |
ScopeFilter.excluding(java.lang.String... excluded)
Construct a ScopeFilter based on excluded scopes
|
static ScopeFilter |
ScopeFilter.including(java.util.Collection<java.lang.String> included)
Construct a ScopeFilter based on included scopes
|
static ScopeFilter |
ScopeFilter.including(java.lang.String... included)
Construct a ScopeFilter based on included scopes
|
| Modifier and Type | Method and Description |
|---|---|
T |
FilterTransformer.transform(ScopeFilter scopeFilter)
Transform the scopeFilter to T specific implementation
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.util.filter.ScopeDependencyFilter |
EclipseAetherFilterTransformer.transform(ScopeFilter filter) |
org.apache.maven.artifact.resolver.filter.ArtifactFilter |
ArtifactIncludeFilterTransformer.transform(ScopeFilter scopeFilter) |