equal
deleted
inserted
replaced
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 |