Modifier and Type | Class and Description |
---|---|
class |
EnumeratedBundlerParam<T>
The class contains key-value pairs (elements) where keys are "displayable" keys
which the IDE can display/choose and values are "identifier" values which can be stored
in parameters' map.
|
class |
StandardBundlerParam<T> |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<java.io.File> |
AbstractBundler.IMAGES_ROOT |
static BundlerParamInfo<java.lang.String> |
AbstractImageBundler.LAUNCHER_CFG_FORMAT |
static BundlerParamInfo<java.lang.String> |
StandardBundlerParam.LICENSE_TYPE |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<BundlerParamInfo<?>> |
Bundler.getBundleParameters()
The parameters that this bundler uses to generate it's bundle.
|
java.util.Collection<BundlerParamInfo> |
BasicBundlers.getStandardParameters()
A list of the "standard" parameters that bundlers should support
or fall back to when their specific parameters are not used.
|
java.util.Collection<BundlerParamInfo> |
Bundlers.getStandardParameters()
A list of the "standard" parameters that bundlers should support
or fall back to when their specific parameters are not used.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<BundlerParamInfo<?>> |
JNLPBundler.getBundleParameters() |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<LinuxAppBundler> |
LinuxRpmBundler.APP_BUNDLER |
static BundlerParamInfo<LinuxAppBundler> |
LinuxDebBundler.APP_BUNDLER |
static BundlerParamInfo<java.io.File> |
LinuxDebBundler.APP_IMAGE_ROOT |
static BundlerParamInfo<java.lang.String> |
LinuxRpmBundler.BUNDLE_NAME |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.BUNDLE_NAME |
static BundlerParamInfo<java.io.File> |
LinuxDebBundler.CONFIG_DIR |
static BundlerParamInfo<java.io.File> |
LinuxRpmBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
LinuxDebBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
LinuxDebBundler.DEB_IMAGE_DIR |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.EMAIL |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.FULL_PACKAGE_NAME |
static BundlerParamInfo<java.io.File> |
LinuxAppBundler.ICON_PNG |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.LICENSE_TEXT |
static BundlerParamInfo<JreUtils.Rule[]> |
LinuxAppBundler.LINUX_JRE_RULES |
static BundlerParamInfo<RelativeFileSet> |
LinuxAppBundler.LINUX_RUNTIME |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.MAINTAINER |
static BundlerParamInfo<java.net.URL> |
LinuxAppBundler.RAW_EXECUTABLE_URL |
static BundlerParamInfo<java.io.File> |
LinuxRpmBundler.RPM_IMAGE_DIR |
static BundlerParamInfo<java.lang.String> |
LinuxRpmBundler.XDG_FILE_PREFIX |
static BundlerParamInfo<java.lang.String> |
LinuxDebBundler.XDG_FILE_PREFIX |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<BundlerParamInfo<?>> |
LinuxAppBundler.getAppBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
LinuxAppBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
LinuxRpmBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
LinuxDebBundler.getBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
LinuxDebBundler.getDebBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
LinuxRpmBundler.getRpmBundleParameters() |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<MacAppBundler> |
MacBaseInstallerBundler.APP_BUNDLER |
BundlerParamInfo<java.io.File> |
MacBaseInstallerBundler.APP_IMAGE_BUILD_ROOT |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.BUNDLE_ID_SIGNING_PREFIX |
static BundlerParamInfo<java.io.File> |
MacBaseInstallerBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
MacDaemonBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
MacAppBundler.CONFIG_ROOT |
static BundlerParamInfo<MacDaemonBundler> |
MacBaseInstallerBundler.DAEMON_BUNDLER |
BundlerParamInfo<java.io.File> |
MacBaseInstallerBundler.DAEMON_IMAGE_BUILD_ROOT |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.DEFAULT_ICNS_ICON |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.DEVELOPER_ID_APP_SIGNING_KEY |
static BundlerParamInfo<java.lang.String> |
MacPkgBundler.DEVELOPER_ID_INSTALLER_SIGNING_KEY |
static BundlerParamInfo<java.io.File> |
MacAppBundler.ICON_ICNS |
static BundlerParamInfo<java.lang.String> |
MacBaseInstallerBundler.INSTALLER_NAME |
static BundlerParamInfo<java.lang.String> |
MacPkgBundler.INSTALLER_SUFFIX |
static BundlerParamInfo<java.lang.String> |
MacAppStoreBundler.INSTALLER_SUFFIX |
static BundlerParamInfo<java.lang.String> |
MacDmgBundler.INSTALLER_SUFFIX |
static BundlerParamInfo<java.lang.String> |
MacAppStoreBundler.MAC_APP_STORE_APP_SIGNING_KEY |
static BundlerParamInfo<java.lang.String> |
MacAppStoreBundler.MAC_APP_STORE_PKG_SIGNING_KEY |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.MAC_CF_BUNDLE_IDENTIFIER |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.MAC_CF_BUNDLE_NAME |
static BundlerParamInfo<java.lang.String> |
MacAppBundler.MAC_CF_BUNDLE_VERSION |
static BundlerParamInfo<java.lang.Boolean> |
MacAppBundler.MAC_CONFIGURE_LAUNCHER_IN_PLIST |
static BundlerParamInfo<JreUtils.Rule[]> |
MacAppBundler.MAC_RULES |
static BundlerParamInfo<RelativeFileSet> |
MacAppBundler.MAC_RUNTIME |
private static BundlerParamInfo<java.io.File> |
MacPkgBundler.PACKAGES_ROOT |
static BundlerParamInfo<java.net.URL> |
MacAppBundler.RAW_EXECUTABLE_URL |
protected BundlerParamInfo<java.io.File> |
MacPkgBundler.SCRIPTS_DIR |
static BundlerParamInfo<java.lang.String> |
MacBaseInstallerBundler.SIGNING_KEY_USER |
static BundlerParamInfo<java.lang.String> |
MacBaseInstallerBundler.SIGNING_KEYCHAIN |
static BundlerParamInfo<java.lang.Boolean> |
MacDmgBundler.SIMPLE_DMG |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<BundlerParamInfo<?>> |
MacAppBundler.getAppBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacBaseInstallerBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacPkgBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacAppStoreBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacDaemonBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacDmgBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacAppBundler.getBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
MacDaemonBundler.getDaemonBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacDmgBundler.getDMGBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacAppStoreBundler.getMacAppStoreBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
MacPkgBundler.getPKGBundleParameters() |
Modifier and Type | Class and Description |
---|---|
class |
WindowsBundlerParam<T> |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<WinAppBundler> |
WinMsiBundler.APP_BUNDLER |
static BundlerParamInfo<WinAppBundler> |
WinExeBundler.APP_BUNDLER |
static BundlerParamInfo<java.lang.String> |
WindowsBundlerParam.APP_REGISTRY_NAME |
static BundlerParamInfo<java.lang.Boolean> |
WinMsiBundler.CAN_USE_WIX36 |
static BundlerParamInfo<java.io.File> |
WinMsiBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
WinAppBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
WinExeBundler.CONFIG_ROOT |
static BundlerParamInfo<java.io.File> |
WinExeBundler.EXE_IMAGE_DIR |
static BundlerParamInfo<java.io.File> |
WinAppBundler.ICON_ICO |
static BundlerParamInfo<java.lang.Boolean> |
WindowsBundlerParam.INSTALLDIR_CHOOSER |
static BundlerParamInfo<java.lang.String> |
WindowsBundlerParam.INSTALLER_FILE_NAME |
static BundlerParamInfo<java.io.File> |
WinMsiBundler.MSI_IMAGE_DIR |
static BundlerParamInfo<java.net.URL> |
WinAppBundler.RAW_EXECUTABLE_URL |
static BundlerParamInfo<java.lang.Boolean> |
WinAppBundler.REBRAND_EXECUTABLE |
static BundlerParamInfo<WinServiceBundler> |
WinMsiBundler.SERVICE_BUNDLER |
static BundlerParamInfo<WinServiceBundler> |
WinExeBundler.SERVICE_BUNDLER |
static BundlerParamInfo<java.lang.String> |
WinMsiBundler.TOOL_CANDLE_EXECUTABLE |
static BundlerParamInfo<java.lang.String> |
WinExeBundler.TOOL_INNO_SETUP_COMPILER_EXECUTABLE |
static BundlerParamInfo<java.lang.String> |
WinMsiBundler.TOOL_LIGHT_EXECUTABLE |
static BundlerParamInfo<java.util.UUID> |
WinMsiBundler.UPGRADE_UUID |
static BundlerParamInfo<java.io.File> |
WinMsiBundler.WIN_APP_IMAGE |
static BundlerParamInfo<JreUtils.Rule[]> |
WindowsBundlerParam.WIN_JRE_RULES |
static BundlerParamInfo<RelativeFileSet> |
WindowsBundlerParam.WIN_RUNTIME |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<BundlerParamInfo<?>> |
WinAppBundler.getAppBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
WinMsiBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
WinAppBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
WinServiceBundler.getBundleParameters() |
java.util.Collection<BundlerParamInfo<?>> |
WinExeBundler.getBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
WinExeBundler.getExeBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
WinMsiBundler.getMsiBundleParameters() |
static java.util.Collection<BundlerParamInfo<?>> |
WinServiceBundler.getServiceBundleParameters() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
WinExeBundler.validateValueAndPut(java.util.Map<java.lang.String,java.lang.String> data,
java.lang.String key,
BundlerParamInfo<java.lang.String> param,
java.util.Map<java.lang.String,? super java.lang.Object> params) |
Modifier and Type | Method and Description |
---|---|
<C> C |
BundleParams.fetchParam(BundlerParamInfo<C> paramInfo) |