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