Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
static ResolutionScope |
ResolutionScope.fromString(String id) |
static ResolutionScope |
ResolutionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionScope[] |
ResolutionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Node |
ProjectManager.getCollectedDependencies(Project project,
ResolutionScope scope) |
List<Artifact> |
ProjectManager.getResolvedDependencies(Project project,
ResolutionScope scope) |
Modifier and Type | Method and Description |
---|---|
Node |
DefaultProjectManager.getCollectedDependencies(Project project,
ResolutionScope scope) |
List<Artifact> |
DefaultProjectManager.getResolvedDependencies(Project project,
ResolutionScope scope) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.