jdk/src/java.base/share/classes/module-info.java
changeset 45782 a7697c107dd9
parent 45654 5ff2edfa03fc
child 45835 5f3f7ae12356
equal deleted inserted replaced
45781:0491f891667c 45782:a7697c107dd9
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines the foundational APIs of the Java SE Platform.
    27  * Defines the foundational APIs of the Java SE Platform.
    28  *
    28  *
    29  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    29  * <dl>
    30  * <dt class="simpleTagLabel">Providers:</dt>
    30  * <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Providers:</dt>
    31  * <dd> The JDK implementation of this module provides an implementation of
    31  * <dd> The JDK implementation of this module provides an implementation of
    32  *      the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider
    32  *      the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider
    33  *      file system provider} to enumerate and read the class and resource
    33  *      file system provider} to enumerate and read the class and resource
    34  *      files in a run-time image.
    34  *      files in a run-time image.
    35  *      The jrt file system can be created by calling
    35  *      The jrt file system can be created by calling
    36  *      {@link java.nio.file.FileSystems#newFileSystem
    36  *      {@link java.nio.file.FileSystems#newFileSystem
    37  *      FileSystems.newFileSystem(URI.create("jrt:/"))}.
    37  *      FileSystems.newFileSystem(URI.create("jrt:/"))}.
    38  *      <p></dd>
    38  *      <p></dd>
    39  * <dt class="simpleTagLabel">Tool Guides:</dt>
    39  * <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Tool Guides:</dt>
    40  * <dd> {@extLink java_tool_reference java launcher},
    40  * <dd style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> {@extLink java_tool_reference java launcher},
    41  *      {@extLink keytool_tool_reference keytool}</dd>
    41  *      {@extLink keytool_tool_reference keytool}</dd>
    42  * </dl>
    42  * </dl>
    43  *
    43  *
    44  * @provides java.nio.file.spi.FileSystemProvider
    44  * @provides java.nio.file.spi.FileSystemProvider
    45  *
    45  *