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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecute, getBundleParameters, getBundleType, getDescription, getID, getName, validatepublic 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
ConfigExceptionpublic void imageBundleValidation(Map<String,? super Object> p) throws ConfigException
ConfigExceptionpublic void writeCfgFile(Map<String,? super Object> params, File cfgFileName, String runtimeLocation) throws IOException
IOExceptionCopyright © 2025. All rights reserved.