Class StandardAppImageFileOption
java.lang.Object
jdk.jpackage.internal.cli.StandardAppImageFileOption
jpackage options in the app image (".jpackage.xml") file
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OptionValue<String> The version of the application.static final OptionValue<String> The description of a launcher.static final OptionValue<Boolean> Should install a launcher as a service?static final OptionValue<String> The name of a launcher.static final OptionValue<LauncherShortcut> Configuration of the shortcut for a launcher.static final OptionValue<Boolean> Is an application is for the App Store.static final OptionValue<String> Fully-qualified name of the main class of the main launcher.static final OptionValue<Boolean> Is an application image is signed.static final OptionValue<LauncherShortcut> Configuration of the desktop shortcut for a launcher.static final OptionValue<LauncherShortcut> Configuration of the start menu shortcut for a launcher. -
Method Summary
-
Field Details
-
LAUNCHER_NAME
The name of a launcher. -
APP_VERSION
The version of the application. -
LAUNCHER_AS_SERVICE
Should install a launcher as a service? -
DESCRIPTION
The description of a launcher. -
LINUX_LAUNCHER_SHORTCUT
Configuration of the shortcut for a launcher. Linux-only. -
WIN_LAUNCHER_DESKTOP_SHORTCUT
Configuration of the desktop shortcut for a launcher. Windows-only. -
WIN_LAUNCHER_MENU_SHORTCUT
Configuration of the start menu shortcut for a launcher. Windows-only. -
MAC_MAIN_CLASS
Fully-qualified name of the main class of the main launcher. -
MAC_APP_STORE
Is an application is for the App Store. macOS-only. -
MAC_SIGNED
Is an application image is signed. macOS-only.
-