Uses of Enum Class
org.apache.maven.api.DependencyScope
-
Uses of DependencyScope in org.apache.maven.api
Modifier and TypeMethodDescriptionstatic DependencyScope
Dependency.getScope()
DependencyCoordinate.getScope()
Session.requireDependencyScope
(String id) Obtain theDependencyScope
from the specifiedid
.static DependencyScope
Returns the enum constant of this class with the specified name.static DependencyScope[]
DependencyScope.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DependencyScope in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultDependency.getScope()
DefaultDependencyCoordinate.getScope()
AbstractSession.requireDependencyScope
(String id)