public class WindowsBundlerParam<T> extends StandardBundlerParam<T>
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<String> |
APP_REGISTRY_NAME |
static StandardBundlerParam<Boolean> |
BIT_ARCH_64 |
static StandardBundlerParam<Boolean> |
BIT_ARCH_64_RUNTIME |
static BundlerParamInfo<Boolean> |
INSTALLDIR_CHOOSER |
static BundlerParamInfo<String> |
INSTALLER_FILE_NAME |
static StandardBundlerParam<String> |
MENU_GROUP |
static BundlerParamInfo<JreUtils.Rule[]> |
WIN_JRE_RULES |
static BundlerParamInfo<RelativeFileSet> |
WIN_RUNTIME |
APP_CDS_CACHE_MODE, APP_CDS_CLASS_ROOTS, APP_FS_NAME, APP_NAME, APP_RESOURCES, APP_RESOURCES_LIST, ARGUMENTS, BUILD_ROOT, CATEGORY, CLASSPATH, COPYRIGHT, DESCRIPTION, DROP_IN_RESOURCES_ROOT, ENABLE_APP_CDS, FA_CONTENT_TYPE, FA_DESCRIPTION, FA_EXTENSIONS, FA_ICON, FILE_ASSOCIATIONS, ICON, IDENTIFIER, JVM_OPTIONS, JVM_PROPERTIES, LICENSE_FILE, LICENSE_TYPE, MAIN_CLASS, MAIN_JAR, MANIFEST_JAVAFX_MAIN, MANIFEST_PRELOADER, MENU_HINT, PREFERENCES_ID, PRELOADER_CLASS, RUN_AT_STARTUP, SECONDARY_LAUNCHERS, SERVICE_HINT, SHORTCUT_HINT, SIGN_BUNDLE, START_ON_INSTALL, STOP_ON_UNINSTALL, SYSTEM_WIDE, TITLE, UNLOCK_COMMERCIAL_FEATURES, USE_FX_PACKAGING, USER_JVM_OPTIONS, VENDOR, VERBOSE, VERSION
Constructor and Description |
---|
WindowsBundlerParam(String name,
String description,
String id,
Class<T> valueType,
Function<Map<String,? super Object>,T> defaultValueFunction,
BiFunction<String,Map<String,? super Object>,T> stringConverter) |
extractMainClassInfoFromAppResources, validateMainClassInfoFromAppResources
fetchFrom, getDefaultValueFunction, getDescription, getID, getName, getStringConverter, getValueType, setDefaultValueFunction, setDescription, setId, setName, setStringConverter, setValueType
public static final BundlerParamInfo<String> INSTALLER_FILE_NAME
public static final BundlerParamInfo<String> APP_REGISTRY_NAME
public static final StandardBundlerParam<String> MENU_GROUP
public static final StandardBundlerParam<Boolean> BIT_ARCH_64
public static final StandardBundlerParam<Boolean> BIT_ARCH_64_RUNTIME
public static final BundlerParamInfo<JreUtils.Rule[]> WIN_JRE_RULES
public static final BundlerParamInfo<RelativeFileSet> WIN_RUNTIME
public static final BundlerParamInfo<Boolean> INSTALLDIR_CHOOSER
Copyright © 2020. All rights reserved.