public enum UpgradePrecondition extends Enum<UpgradePrecondition>
| 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 UpgradePrecondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradePrecondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgradePrecondition NEW_MULE_IS_NEWER
public static final UpgradePrecondition OLD_MULE_WRITING_PERMISSIONS
public static final UpgradePrecondition NEW_MULE_READING_PERMISSIONS
public static final UpgradePrecondition OLD_MULE_NOT_RUNNING
public static final UpgradePrecondition FILE_SYSTEM_SPACE
public static final UpgradePrecondition CONSENT_TO_OVERWRITE_BACKUP
public static final UpgradePrecondition CONSENT_TO_REMOVE_APPLIED_PATCHES
public static UpgradePrecondition[] values()
for (UpgradePrecondition c : UpgradePrecondition.values()) System.out.println(c);
public static UpgradePrecondition 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.