public static enum ExtensionPlanAction.Action extends Enum<ExtensionPlanAction.Action>
Enum Constant and Description |
---|
DOWNGRADE
Downgrade the extension.
|
INSTALL
Install the extension.
|
NONE
Nothing to do.
|
REPAIR
Repair the extension.
|
UNINSTALL
Uninstall the extension.
|
UPGRADE
Upgrade the extension.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionPlanAction.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionPlanAction.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionPlanAction.Action NONE
public static final ExtensionPlanAction.Action INSTALL
public static final ExtensionPlanAction.Action UPGRADE
public static final ExtensionPlanAction.Action DOWNGRADE
public static final ExtensionPlanAction.Action UNINSTALL
public static final ExtensionPlanAction.Action REPAIR
Mostly mean mark the extension as valid.
public static ExtensionPlanAction.Action[] values()
for (ExtensionPlanAction.Action c : ExtensionPlanAction.Action.values()) System.out.println(c);
public static ExtensionPlanAction.Action 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 © 2004–2021 XWiki. All rights reserved.