public enum UpgradePrecondition extends Enum<UpgradePrecondition>
| 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 CONFIG_FILES_CONFLICTS
public static final UpgradePrecondition CONSENT_TO_OVERWRITE_BACKUP
public static final UpgradePrecondition CONSENT_TO_REMOVE_APPLIED_PATCHES
public static final UpgradePrecondition OLD_AND_NEW_MULE_VERSIONS_ARE_SUPPORTED
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 © 2022 MuleSoft, Inc.. All rights reserved.