Uses of Interface
org.apache.maven.api.PathScope
Packages that use PathScope
-
Uses of PathScope in org.apache.maven.api
Fields 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(DependencyCoordinates dependencyCoordinates, 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 DependencyResolverRequestDependencyResolverRequest.build(Session session, DependencyResolverRequest.RequestType requestType, List<DependencyCoordinates> dependencies, PathScope scope) static DependencyResolverRequestDependencyResolverRequest.build(Session session, DependencyResolverRequest.RequestType requestType, DependencyCoordinates dependency, PathScope scope) static DependencyResolverRequestDependencyResolverRequest.build(Session session, DependencyResolverRequest.RequestType requestType, Project project, PathScope scope) Flattens a list of nodes.default DependencyResolverResultdefault DependencyResolverResultDependencyResolver.resolve(Session session, List<DependencyCoordinates> dependencies, PathScope scope) default DependencyResolverResultDependencyResolver.resolve(Session session, DependencyCoordinates dependency, PathScope scope) default DependencyResolverResult