Modifier and Type | Field and Description |
---|---|
static StandardBundlerParam<RelativeFileSet> |
StandardBundlerParam.APP_RESOURCES |
static StandardBundlerParam<java.util.List<RelativeFileSet>> |
StandardBundlerParam.APP_RESOURCES_LIST |
static StandardBundlerParam<RelativeFileSet> |
StandardBundlerParam.MAIN_JAR |
Modifier and Type | Method and Description |
---|---|
static RelativeFileSet |
JreUtils.extractJreAsRelativeFileSet(java.lang.String root,
JreUtils.Rule[] ruleset) |
static RelativeFileSet |
JreUtils.extractJreAsRelativeFileSet(java.lang.String root,
JreUtils.Rule[] ruleset,
boolean acceptSymlinks) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImageBundler.testRuntime(RelativeFileSet runtime,
java.lang.String[] file) |
Constructor and Description |
---|
RelativeFileSet(RelativeFileSet copy) |
Modifier and Type | Method and Description |
---|---|
private static void |
JNLPBundler.copyFiles(RelativeFileSet resources,
java.io.File outdir) |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<RelativeFileSet> |
LinuxAppBundler.LINUX_RUNTIME |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<RelativeFileSet> |
MacAppBundler.MAC_RUNTIME |
Modifier and Type | Method and Description |
---|---|
static RelativeFileSet |
MacAppBundler.extractMacRuntime(java.lang.String base,
java.util.Map<java.lang.String,? super java.lang.Object> params) |
Modifier and Type | Field and Description |
---|---|
static BundlerParamInfo<RelativeFileSet> |
WindowsBundlerParam.WIN_RUNTIME |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<RelativeFileSet> |
DeployParams.resources |
Modifier and Type | Class and Description |
---|---|
class |
RelativeFileSet |
Modifier and Type | Method and Description |
---|---|
RelativeFileSet |
BundleParams.getAppResource() |
RelativeFileSet |
BundleParams.getRuntime() |
static RelativeFileSet |
BundleParams.getRuntime(java.util.Map<java.lang.String,? super java.lang.Object> params) |
Modifier and Type | Method and Description |
---|---|
void |
BundleParams.setAppResource(RelativeFileSet fs) |
Modifier and Type | Method and Description |
---|---|
void |
BundleParams.setAppResourcesList(java.util.List<RelativeFileSet> rfs) |