public enum SpringBootManifestEntry extends java.lang.Enum<SpringBootManifestEntry> implements org.pfsw.bif.enums.IEnumType
Enum Constant and Description |
---|
SPRING_BOOT_CLASSES |
SPRING_BOOT_LIB |
SPRING_BOOT_VERSION |
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
REQUIRED_ENTRIES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asString() |
java.lang.String |
getSettingsName() |
java.lang.String |
toString() |
static SpringBootManifestEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpringBootManifestEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringBootManifestEntry SPRING_BOOT_CLASSES
public static final SpringBootManifestEntry SPRING_BOOT_LIB
public static final SpringBootManifestEntry SPRING_BOOT_VERSION
public static SpringBootManifestEntry[] values()
for (SpringBootManifestEntry c : SpringBootManifestEntry.values()) System.out.println(c);
public static SpringBootManifestEntry valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String asString()
asString
in interface org.pfsw.bif.text.IStringRepresentation
public java.lang.String getSettingsName()
public java.lang.String toString()
toString
in class java.lang.Enum<SpringBootManifestEntry>