public static enum AbstractBootImage.NativeImageKind extends Enum<AbstractBootImage.NativeImageKind>
| Enum Constant and Description |
|---|
EXECUTABLE |
SHARED_LIBRARY |
STATIC_EXECUTABLE |
| Modifier and Type | Field and Description |
|---|---|
boolean |
executable |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename(String basename) |
String |
getFilenamePrefix() |
String |
getFilenameSuffix() |
static AbstractBootImage.NativeImageKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBootImage.NativeImageKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractBootImage.NativeImageKind SHARED_LIBRARY
public static final AbstractBootImage.NativeImageKind EXECUTABLE
public static final AbstractBootImage.NativeImageKind STATIC_EXECUTABLE
public static AbstractBootImage.NativeImageKind[] values()
public static AbstractBootImage.NativeImageKind 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 nullpublic String getFilenameSuffix()
public String getFilenamePrefix()