src/jdk.jartool/share/classes/module-info.java
changeset 47225 cebfb13d5759
parent 47216 71c04702a3d5
child 54950 46ae54c3026d
equal deleted inserted replaced
47224:e81f9ee4df7f 47225:cebfb13d5759
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    25 
    25 
    26 /**
    26 /**
    27  * Defines tools for manipulating Java Archive (JAR) files,
    27  * Defines tools for manipulating Java Archive (JAR) files,
    28  * including the <em>{@index jar jar tool}</em> and
    28  * including the <em>{@index jar jar tool}</em> and
    29  * <em>{@index jarsigner jarsigner tool}</em> tools.
    29  * <em>{@index jarsigner jarsigner tool}</em> tools.
       
    30  * This module also defines APIs for signing JAR files.
    30  *
    31  *
    31  * <p> This module provides the equivalent of command-line access to
    32  * <p> This module provides the equivalent of command-line access to
    32  * <em>jar</em> via the {@link java.util.spi.ToolProvider ToolProvider} SPI.
    33  * <em>jar</em> via the {@link java.util.spi.ToolProvider ToolProvider} SPI.
    33  * Instances of the tool can be obtained by calling
    34  * Instances of the tool can be obtained by calling
    34  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
    35  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}