Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8216313

Add ToolProvider information to jdk.jpackage API docs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • internal
    • internal
    • tools

    Description

      The following should be added to the javadoc comments for the jdk.jpackage module:


       * <p> This module provides the equivalent of command-line access to <em>jpackager</em>
       * via the {@link java.util.spi.ToolProvider ToolProvider} SPI.
       * Instances of the tool can be obtained by calling
       * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
       * or the {@link java.util.ServiceLoader service loader} with the name
       * {@code "jpackage"}.


      There are similar comments describing the "javac", "jlink", and "jmod" tools.

      Attachments

        Activity

          People

            herrick Andy Herrick (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: