- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDispatchedPaths (0.15 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
*/ @Nonnull List<Path> resolveDependencies(@Nonnull Project project, @Nonnull PathScope scope); /** * Shortcut for {@code getService(DependencyResolver.class).resolve(...).getDispatchedPaths()}. * * @param dependencyCoordinates coordinates of the dependency for which to get the paths * @param scope build path scope (main compile, test compile, etc.) of desired paths
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-core/src/main/java/org/apache/maven/api/JavaPathType.java
* some enumeration values used only at runtime and therefore not available in {@code javax.tool}, * such as agent paths. * * @see org.apache.maven.api.services.DependencyResolverResult#getDispatchedPaths() * * @since 4.0.0 */ @Experimental public enum JavaPathType implements PathType { /** * The path identified by the Java {@code --class-path} option.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 15K bytes - Viewed (1)