- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getDispatchedPaths (0.05 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 pathsRegistered: Sun Dec 28 03:35:09 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 Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:13:42 UTC 2025 - 15.7K bytes - Viewed (1) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
&& ptv.getRawType() == List.class && ptv.getActualTypeArguments()[0] == Path.class) { result = res.getDispatchedPaths(); } else if (k == Dependency.class && v == Path.class) { result = res.getDependencies(); } } } else {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 16:35:21 UTC 2025 - 46.4K bytes - Viewed (0)