Uses of Enum
org.apache.maven.api.ResolutionScope
Packages that use ResolutionScope
Package
Description
- 
Uses of ResolutionScope in org.apache.maven.apiMethods in org.apache.maven.api that return ResolutionScopeModifier and TypeMethodDescriptionstatic ResolutionScopeResolutionScope.fromString(String id) static ResolutionScopeReturns 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.servicesMethods 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.implMethods in org.apache.maven.internal.impl with parameters of type ResolutionScopeModifier and TypeMethodDescriptionDefaultProjectManager.getCollectedDependencies(Project project, ResolutionScope scope) DefaultProjectManager.getResolvedDependencies(Project project, ResolutionScope scope)