Uses of Enum Class
org.apache.maven.api.DependencyScope
Packages that use DependencyScope
Package
Description
Maven Core API
-
Uses of DependencyScope in org.apache.maven.api
Subclasses with type arguments of type DependencyScope in org.apache.maven.apiModifier and TypeClassDescriptionenum
Indicates when the dependency will be used.Methods in org.apache.maven.api that return DependencyScopeModifier and TypeMethodDescriptionstatic DependencyScope
Returns the dependency scope for the given identifier, ornull
if none.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.Methods in org.apache.maven.api that return types with arguments of type DependencyScope -
Uses of DependencyScope in org.apache.maven.api.plugin.testing.stubs
Methods in org.apache.maven.api.plugin.testing.stubs that return DependencyScope -
Uses of DependencyScope in org.apache.maven.impl
Methods in org.apache.maven.impl that return DependencyScope