public abstract class MacBaseInstallerBundler extends AbstractBundler
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<MacAppBundler> |
APP_BUNDLER |
BundlerParamInfo<File> |
APP_IMAGE_BUILD_ROOT |
static BundlerParamInfo<File> |
CONFIG_ROOT |
static BundlerParamInfo<MacDaemonBundler> |
DAEMON_BUNDLER |
BundlerParamInfo<File> |
DAEMON_IMAGE_BUILD_ROOT |
static BundlerParamInfo<String> |
INSTALLER_NAME |
static StandardBundlerParam<File> |
MAC_APP_IMAGE |
static BundlerParamInfo<String> |
SIGNING_KEY_USER |
static BundlerParamInfo<String> |
SIGNING_KEYCHAIN |
baseResourceLoader, BUNDLER_PREFIX, IMAGES_ROOT
Constructor and Description |
---|
MacBaseInstallerBundler() |
Modifier and Type | Method and Description |
---|---|
static String |
findKey(String key,
String keychainName,
boolean verbose) |
Collection<BundlerParamInfo<?>> |
getBundleParameters()
The parameters that this bundler uses to generate it's bundle.
|
String |
getBundleType() |
static File |
getPredefinedImage(Map<String,? super Object> p) |
protected File |
prepareAppBundle(Map<String,? super Object> p) |
protected File |
prepareDaemonBundle(Map<String,? super Object> p) |
static void |
signAppBundle(Map<String,? super Object> params,
File appLocation,
String signingIdentity,
String identifierPrefix) |
static void |
signAppBundle(Map<String,? super Object> params,
File appLocation,
String signingIdentity,
String identifierPrefix,
String entitlementsFile,
String inheritedEntitlements) |
protected void |
validateAppImageAndBundeler(Map<String,? super Object> params) |
fetchResource, fetchResource, preprocessTextResource, toString
public static final BundlerParamInfo<MacAppBundler> APP_BUNDLER
public final BundlerParamInfo<File> APP_IMAGE_BUILD_ROOT
public static final StandardBundlerParam<File> MAC_APP_IMAGE
public static final BundlerParamInfo<MacDaemonBundler> DAEMON_BUNDLER
public final BundlerParamInfo<File> DAEMON_IMAGE_BUILD_ROOT
public static final BundlerParamInfo<File> CONFIG_ROOT
public static final BundlerParamInfo<String> SIGNING_KEY_USER
public static final BundlerParamInfo<String> SIGNING_KEYCHAIN
public static final BundlerParamInfo<String> INSTALLER_NAME
protected void validateAppImageAndBundeler(Map<String,? super Object> params) throws ConfigException, UnsupportedPlatformException
public static void signAppBundle(Map<String,? super Object> params, File appLocation, String signingIdentity, String identifierPrefix) throws IOException
IOException
public static void signAppBundle(Map<String,? super Object> params, File appLocation, String signingIdentity, String identifierPrefix, String entitlementsFile, String inheritedEntitlements) throws IOException
IOException
public Collection<BundlerParamInfo<?>> getBundleParameters()
Bundler
public String getBundleType()
Copyright © 2020. All rights reserved.