Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDispatchedPaths (0.15 sec)

  1. 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)
  2. 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)
Back to top