Class StandardAppImageFileOption

java.lang.Object
jdk.jpackage.internal.cli.StandardAppImageFileOption

public final class StandardAppImageFileOption extends Object
jpackage options in the app image (".jpackage.xml") file
  • Field Details

    • LAUNCHER_NAME

      public static final OptionValue<String> LAUNCHER_NAME
      The name of a launcher.
    • APP_VERSION

      public static final OptionValue<String> APP_VERSION
      The version of the application.
    • LAUNCHER_AS_SERVICE

      public static final OptionValue<Boolean> LAUNCHER_AS_SERVICE
      Should install a launcher as a service?
    • DESCRIPTION

      public static final OptionValue<String> DESCRIPTION
      The description of a launcher.
    • LINUX_LAUNCHER_SHORTCUT

      public static final OptionValue<LauncherShortcut> LINUX_LAUNCHER_SHORTCUT
      Configuration of the shortcut for a launcher. Linux-only.
    • WIN_LAUNCHER_DESKTOP_SHORTCUT

      public static final OptionValue<LauncherShortcut> WIN_LAUNCHER_DESKTOP_SHORTCUT
      Configuration of the desktop shortcut for a launcher. Windows-only.
    • WIN_LAUNCHER_MENU_SHORTCUT

      public static final OptionValue<LauncherShortcut> WIN_LAUNCHER_MENU_SHORTCUT
      Configuration of the start menu shortcut for a launcher. Windows-only.
    • MAC_MAIN_CLASS

      public static final OptionValue<String> MAC_MAIN_CLASS
      Fully-qualified name of the main class of the main launcher.
    • MAC_APP_STORE

      public static final OptionValue<Boolean> MAC_APP_STORE
      Is an application is for the App Store. macOS-only.
    • MAC_SIGNED

      public static final OptionValue<Boolean> MAC_SIGNED
      Is an application image is signed. macOS-only.