Uses of Enum Class
org.apache.maven.api.DependencyScope
Packages that use DependencyScope
-
Uses of DependencyScope in org.apache.maven.api
Methods in org.apache.maven.api that return DependencyScopeModifier 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.Methods in org.apache.maven.api that return types with arguments of type DependencyScope -
Uses of DependencyScope in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return DependencyScopeModifier and TypeMethodDescriptionDefaultDependency.getScope()
DefaultDependencyCoordinate.getScope()
AbstractSession.requireDependencyScope
(String id)