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 TypeClassDescriptionenumIndicates when the dependency will be used.Methods in org.apache.maven.api that return DependencyScopeModifier and TypeMethodDescriptionstatic DependencyScopeReturns the dependency scope for the given identifier, ornullif 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 theDependencyScopefrom the specifiedid.static DependencyScopeReturns 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