Enum Class StandardBundlingOperation
- All Implemented Interfaces:
Serializable,Comparable<StandardBundlingOperation>,Constable
Standard jpackage operations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif this bundling operation will create a new bundle andfalseotherwise.static Stream<StandardBundlingOperation> ofPlatform(jdk.internal.util.OperatingSystem os) jdk.internal.util.OperatingSystemos()static Predicate<StandardBundlingOperation> platform(jdk.internal.util.OperatingSystem os) static StandardBundlingOperationReturns the enum constant of this class with the specified name.static Optional<StandardBundlingOperation> valueOf(BundlingOperationDescriptor descriptor) Returns the enum constant of this class with the specified name.static StandardBundlingOperation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATE_WIN_APP_IMAGE
-
CREATE_LINUX_APP_IMAGE
-
CREATE_MAC_APP_IMAGE
-
CREATE_WIN_EXE
-
CREATE_WIN_MSI
-
CREATE_LINUX_RPM
-
CREATE_LINUX_DEB
-
CREATE_MAC_PKG
-
CREATE_MAC_DMG
-
SIGN_MAC_APP_IMAGE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
os
public jdk.internal.util.OperatingSystem os() -
packageTypeValue
-
packageType
-
isCreateBundle
public boolean isCreateBundle()Returnstrueif this bundling operation will create a new bundle andfalseotherwise. -
descriptor
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
descriptor- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
ofPlatform
-
platform
-