public enum EPluginLifecycleEvent extends Enum<EPluginLifecycleEvent>
Enum Constant and Description |
---|
AFTER_INITIALIZE
|
AFTER_INSTALL
|
AFTER_SHUTDOWN
|
AFTER_UNINSTALL
|
BEFORE_INITIALIZE
|
BEFORE_INSTALL
|
BEFORE_SHUTDOWN
|
BEFORE_UNINSTALL
|
Modifier and Type | Method and Description |
---|---|
static EPluginLifecycleEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPluginLifecycleEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPluginLifecycleEvent AFTER_INITIALIZE
public static final EPluginLifecycleEvent AFTER_INSTALL
public static final EPluginLifecycleEvent AFTER_SHUTDOWN
public static final EPluginLifecycleEvent AFTER_UNINSTALL
public static final EPluginLifecycleEvent BEFORE_INITIALIZE
public static final EPluginLifecycleEvent BEFORE_INSTALL
public static final EPluginLifecycleEvent BEFORE_SHUTDOWN
public static final EPluginLifecycleEvent BEFORE_UNINSTALL
public static EPluginLifecycleEvent[] values()
for (EPluginLifecycleEvent c : EPluginLifecycleEvent.values()) System.out.println(c);
public static EPluginLifecycleEvent 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 XIMA MEDIA GmbH. All rights reserved.