Uses of Interface
org.apache.maven.api.PathScope
Packages that use PathScope
Package
Description
- 
Uses of PathScope in org.apache.maven.apiFields in org.apache.maven.api declared as PathScopeModifier and TypeFieldDescriptionstatic final PathScopePathScope.MAIN_COMPILEstatic final PathScopePathScope.MAIN_RUNTIMEstatic final PathScopePathScope.TEST_COMPILEstatic final PathScopePathScope.TEST_RUNTIMEMethods in org.apache.maven.api that return PathScopeModifier and TypeMethodDescriptionSession.requirePathScope(String id) Obtain thePathScopefrom 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.servicesMethods in org.apache.maven.api.services that return PathScopeMethods in org.apache.maven.api.services with parameters of type PathScopeModifier and TypeMethodDescriptionstatic DependencyResolverRequestDependencyResolverRequest.build(Session session, List<DependencyCoordinate> dependencies, PathScope scope) static DependencyResolverRequestDependencyResolverRequest.build(Session session, DependencyCoordinate dependency, PathScope scope) static DependencyResolverRequestdefault DependencyResolverResultDependencyResolver.resolve(Session session, List<DependencyCoordinate> dependencies, PathScope scope) default DependencyResolverResultDependencyResolver.resolve(Session session, DependencyCoordinate dependency, PathScope scope) default DependencyResolverResult
- 
Uses of PathScope in org.apache.maven.internal.implMethods 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)