Uses of Interface
org.apache.maven.api.PathScope
Package
Description
-
Uses of PathScope in org.apache.maven.api
Modifier 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
Modifier and TypeMethodDescriptionSession.requirePathScope
(String id) Obtain thePathScope
from the specifiedid
.Modifier 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
Modifier 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
Modifier 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)