public enum AngelaProperties extends Enum<AngelaProperties>
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperty() |
String |
getDefaultValue() |
static String |
getEitherOf(AngelaProperties recommended,
AngelaProperties deprecated)
Returns the value of either the recommended or the deprecated property if the former wasn't specified.
|
String |
getJvmFormattedProperty() |
String |
getPropertyName() |
String |
getSpecifiedValue() |
String |
getValue() |
void |
setProperty(String value) |
static AngelaProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngelaProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AngelaProperties ROOT_DIR
public static final AngelaProperties KIT_INSTALLATION_DIR
public static final AngelaProperties DIRECT_JOIN
public static final AngelaProperties IGNITE_LOGGING
public static final AngelaProperties NODE_NAME
public static final AngelaProperties PORT_RANGE
public static final AngelaProperties SKIP_UNINSTALL
public static final AngelaProperties SSH_USERNAME
public static final AngelaProperties SSH_USERNAME_KEY_PATH
public static final AngelaProperties SSH_STRICT_HOST_CHECKING
public static final AngelaProperties TMS_FULL_LOGGING
public static final AngelaProperties TSA_FULL_LOGGING
public static final AngelaProperties JAVA_BUILD_VENDOR
public static final AngelaProperties JDK_SECURITY_ALLOW_NON_CA_ANCHOR
public static final AngelaProperties KITS_DIR
public static final AngelaProperties KIT_INSTALLATION_PATH
public static AngelaProperties[] values()
for (AngelaProperties c : AngelaProperties.values()) System.out.println(c);
public static AngelaProperties 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 getDefaultValue()
public String getSpecifiedValue()
public String getValue()
public String getPropertyName()
public void setProperty(String value)
public void clearProperty()
public String getJvmFormattedProperty()
public static String getEitherOf(AngelaProperties recommended, AngelaProperties deprecated)
recommended - the recommended propertydeprecated - the deprecated propertyCopyright © 2020. All rights reserved.