Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.get(String scope) |
Scope |
DependencyCoordinate.getScope() |
Scope |
Dependency.getScope() |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Scope> |
ResolutionScope.scopes() |
Modifier and Type | Method and Description |
---|---|
Scope |
DefaultDependencyCoordinate.getScope() |
Scope |
DefaultDependency.getScope() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.