src/jdk.jpackage/share/classes/jdk/jpackage/internal/AddLauncherArguments.java
branchJDK-8200758-branch
changeset 57307 4948a1944cf9
parent 57291 f2d429260ad4
child 57330 a30edd277572
equal deleted inserted replaced
57306:b3b59183df78 57307:4948a1944cf9
    38  * bundle params applicable to the add-launcher:
    38  * bundle params applicable to the add-launcher:
    39  *
    39  *
    40  * BundlerParams p = (new AddLauncherArguments(file)).getLauncherMap();
    40  * BundlerParams p = (new AddLauncherArguments(file)).getLauncherMap();
    41  *
    41  *
    42  * A add-launcher is another executable program generated by either the
    42  * A add-launcher is another executable program generated by either the
    43  * create-image mode or the create-installer mode.
    43  * create-app-image mode or the create-installer mode.
    44  * The add-launcher may be the same program with different configuration,
    44  * The add-launcher may be the same program with different configuration,
    45  * or a completely different program created from the same files.
    45  * or a completely different program created from the same files.
    46  *
    46  *
    47  * There may be multiple add-launchers, each created by using the
    47  * There may be multiple add-launchers, each created by using the
    48  * command line arg "--add-launcher <file path>
    48  * command line arg "--add-launcher <file path>