Uses of Interface
org.apache.maven.api.PathScope
Packages that use PathScope
Package
Description
-
Uses of PathScope in org.apache.maven.api
Fields in org.apache.maven.api declared as PathScopeModifier and TypeFieldDescriptionstatic final PathScope
PathScope.MAIN_COMPILE
static final PathScope
PathScope.MAIN_RUNTIME
static final PathScope
PathScope.TEST_COMPILE
static final PathScope
PathScope.TEST_RUNTIME
Methods in org.apache.maven.api that return PathScopeModifier and TypeMethodDescriptionSession.requirePathScope
(String id) Obtain thePathScope
from the specifiedid
.Methods in org.apache.maven.api with parameters of type PathScopeModifier and TypeMethodDescriptionSession.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Session.resolveDependencies
(DependencyCoordinate dependencyCoordinate, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
. -
Uses of PathScope in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return PathScopeMethods in org.apache.maven.api.services with parameters of type PathScopeModifier and TypeMethodDescriptionstatic DependencyResolverRequest
DependencyResolverRequest.build
(Session session, List<DependencyCoordinate> dependencies, PathScope scope) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyCoordinate dependency, PathScope scope) static DependencyResolverRequest
default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency, PathScope scope) default DependencyResolverResult
-
Uses of PathScope in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return PathScopeMethods in org.apache.maven.internal.impl with parameters of type PathScopeModifier and TypeMethodDescriptionAbstractSession.flattenDependencies
(Node node, PathScope scope) AbstractSession.resolveDependencies
(DependencyCoordinate dependency, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(Project project, PathScope scope) AbstractSession.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes)