Package | Description |
---|---|
com.sun.javafx.tools.packager | |
com.sun.javafx.tools.packager.bundlers |
Modifier and Type | Method and Description |
---|---|
Bundler.BundleType |
DeployParams.getBundleType() |
Modifier and Type | Method and Description |
---|---|
void |
DeployParams.setBundleType(Bundler.BundleType type) |
Modifier and Type | Method and Description |
---|---|
Bundler.BundleType |
BundleParams.getType() |
static Bundler.BundleType |
Bundler.BundleType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Bundler.BundleType[] |
Bundler.BundleType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleParams.setType(Bundler.BundleType type) |
Copyright © 2020. All rights reserved.