public enum UpgradePreconditions extends Enum<UpgradePreconditions>
| Enum Constant and Description |
|---|
CONSENT_TO_OVERWRITE_BACKUP |
CONSENT_TO_REMOVE_APPLIED_PATCHES |
FILE_SYSTEM_SPACE |
NEW_MULE_IS_NEWER |
NEW_MULE_READING_PERMISSIONS |
OLD_MULE_NOT_RUNNING |
OLD_MULE_WRITING_PERMISSIONS |
| Modifier and Type | Method and Description |
|---|---|
static UpgradePreconditions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradePreconditions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgradePreconditions NEW_MULE_IS_NEWER
public static final UpgradePreconditions OLD_MULE_WRITING_PERMISSIONS
public static final UpgradePreconditions NEW_MULE_READING_PERMISSIONS
public static final UpgradePreconditions OLD_MULE_NOT_RUNNING
public static final UpgradePreconditions FILE_SYSTEM_SPACE
public static final UpgradePreconditions CONSENT_TO_OVERWRITE_BACKUP
public static final UpgradePreconditions CONSENT_TO_REMOVE_APPLIED_PATCHES
public static UpgradePreconditions[] values()
for (UpgradePreconditions c : UpgradePreconditions.values()) System.out.println(c);
public static UpgradePreconditions 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 © 2021 MuleSoft, Inc.. All rights reserved.