public abstract class AbstractImageBundler extends AbstractBundler
Modifier and Type | Field and Description |
---|---|
static String |
CFG_FORMAT_INI |
static String |
CFG_FORMAT_PROPERTIES |
static BundlerParamInfo<String> |
LAUNCHER_CFG_FORMAT |
baseResourceLoader, BUNDLER_PREFIX, IMAGES_ROOT
Constructor and Description |
---|
AbstractImageBundler() |
Modifier and Type | Method and Description |
---|---|
static void |
extractFlagsFromVersion(Map<String,? super Object> params,
String versionOutput) |
abstract void |
extractRuntimeFlags(Map<String,? super Object> params) |
protected abstract String |
getCacheLocation(Map<String,? super Object> params) |
void |
imageBundleValidation(Map<String,? super Object> p) |
void |
testRuntime(RelativeFileSet runtime,
String[] file) |
void |
writeCfgFile(Map<String,? super Object> params,
File cfgFileName,
String runtimeLocation) |
fetchResource, fetchResource, preprocessTextResource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
execute, getBundleParameters, getBundleType, getDescription, getID, getName, validate
public static final String CFG_FORMAT_PROPERTIES
public static final String CFG_FORMAT_INI
public static final BundlerParamInfo<String> LAUNCHER_CFG_FORMAT
public void testRuntime(RelativeFileSet runtime, String[] file) throws ConfigException
ConfigException
public void imageBundleValidation(Map<String,? super Object> p) throws ConfigException
ConfigException
public void writeCfgFile(Map<String,? super Object> params, File cfgFileName, String runtimeLocation) throws IOException
IOException
Copyright © 2020. All rights reserved.