src/jdk.jpackage/share/classes/jdk/jpackage/internal/AbstractImageBundler.java
branchJDK-8200758-branch
changeset 57392 46d4b0aa4542
parent 57389 cce526c681dc
child 57396 3944e4c2f779
equal deleted inserted replaced
57391:970f28090a06 57392:46d4b0aa4542
    41  * This is the base class for each of the Application Image Bundlers.
    41  * This is the base class for each of the Application Image Bundlers.
    42  *
    42  *
    43  * It contains methods and parameters common to all Image Bundlers.
    43  * It contains methods and parameters common to all Image Bundlers.
    44  *
    44  *
    45  * Application Image Bundlers are created in "create-app-image" mode,
    45  * Application Image Bundlers are created in "create-app-image" mode,
    46  * or as an intermeadiate step in "create-installer" mode.
    46  * or as an intermediate step in "create-installer" mode.
    47  *
    47  *
    48  * The concrete implementations are in the platform specific Bundlers.
    48  * The concrete implementations are in the platform specific Bundlers.
    49  */
    49  */
    50 public abstract class AbstractImageBundler extends AbstractBundler {
    50 public abstract class AbstractImageBundler extends AbstractBundler {
    51 
    51