< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/AbstractImageBundler.java

Print this page

        

*** 40,50 **** * * This is the base class for each of the Application Image Bundlers. * * It contains methods and parameters common to all Image Bundlers. * ! * Application Image Bundlers are created in "create-image" mode, * or as an intermeadiate step in "create-installer" mode. * * The concrete implementations are in the platform specific Bundlers. */ public abstract class AbstractImageBundler extends AbstractBundler { --- 40,50 ---- * * This is the base class for each of the Application Image Bundlers. * * It contains methods and parameters common to all Image Bundlers. * ! * Application Image Bundlers are created in "create-app-image" mode, * or as an intermeadiate step in "create-installer" mode. * * The concrete implementations are in the platform specific Bundlers. */ public abstract class AbstractImageBundler extends AbstractBundler {
< prev index next >