- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for PathScope (0.08 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
this.verbose = verbose; return this; } @Nonnull public DependencyResolverRequestBuilder pathScope(@Nullable PathScope pathScope) { this.pathScope = pathScope; return this; } /** * Filters the types of paths to include in the result.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 20.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* @param scope the {link PathScope} to collect dependencies, must not be {@code null} * @return root node of the dependency graph for the given artifact * * @see org.apache.maven.api.services.DependencyResolver#collect(Session, Artifact, PathScope) * @throws org.apache.maven.api.services.DependencyResolverException if the dependency collection failed
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<description>the name of the field to be injected</description> </field> <field> <name>pathScope</name> <required>false</required> <version>2.0.0+</version> <type>String</type> <description>pathScope used to flatten dependencies</description> </field> <field> <name>requestType</name>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0)