public static enum NativeBuilder.PackageType extends Enum<NativeBuilder.PackageType>
| Enum Constant and Description |
|---|
BIN |
JRE_BUNDLE |
NATIVE |
PORTABLE |
| Modifier and Type | Method and Description |
|---|---|
static NativeBuilder.PackageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeBuilder.PackageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeBuilder.PackageType PORTABLE
public static final NativeBuilder.PackageType BIN
public static final NativeBuilder.PackageType NATIVE
public static final NativeBuilder.PackageType JRE_BUNDLE
public static NativeBuilder.PackageType[] values()
for (NativeBuilder.PackageType c : NativeBuilder.PackageType.values()) System.out.println(c);
public static NativeBuilder.PackageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026 vpc open source initiative. All rights reserved.