Uses of Enum
org.apache.maven.api.ResolutionScope
Packages that use ResolutionScope
Package
Description
-
Uses of ResolutionScope in org.apache.maven.api
Methods in org.apache.maven.api that return ResolutionScopeModifier 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
Methods in org.apache.maven.api.services with parameters of type ResolutionScopeModifier and TypeMethodDescriptionProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) ProjectManager.getResolvedDependencies
(Project project, ResolutionScope scope) -
Uses of ResolutionScope in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ResolutionScopeModifier and TypeMethodDescriptionDefaultProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) DefaultProjectManager.getResolvedDependencies
(Project project, ResolutionScope scope)