Uses of Enum Class
org.apache.maven.api.DependencyScope
-
Uses of DependencyScope in org.apache.maven.api
Modifier and TypeMethodDescriptionstatic DependencyScope
Dependency.getScope()
Returns the time at which the dependency will be used.DependencyCoordinates.getScope()
Returns the time at which the dependency will be used.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