Uses of Enum
org.apache.maven.api.ResolutionScope
Package
Description
-
Uses of ResolutionScope in org.apache.maven.api
Modifier and TypeMethodDescriptionstatic ResolutionScope
ResolutionScope.fromString
(String id) static ResolutionScope
Returns the enum constant of this type with the specified name.static ResolutionScope[]
ResolutionScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResolutionScope in org.apache.maven.api.services
Modifier and TypeMethodDescriptionProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) ProjectManager.getResolvedDependencies
(Project project, ResolutionScope scope) -
Uses of ResolutionScope in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) DefaultProjectManager.getResolvedDependencies
(Project project, ResolutionScope scope)