public static enum ServerPluginManager.ServerPluginManagerState extends java.lang.Enum<ServerPluginManager.ServerPluginManagerState>
Enum Constant and Description |
---|
INIT
initialize the plugins
|
PRE_INIT
before any initializing
|
REGISTER
registering extensions of the plugins
|
RESET
the server was stopped
|
Modifier and Type | Method and Description |
---|---|
static ServerPluginManager.ServerPluginManagerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerPluginManager.ServerPluginManagerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerPluginManager.ServerPluginManagerState PRE_INIT
public static final ServerPluginManager.ServerPluginManagerState REGISTER
public static final ServerPluginManager.ServerPluginManagerState INIT
public static final ServerPluginManager.ServerPluginManagerState RESET
public static ServerPluginManager.ServerPluginManagerState[] values()
for (ServerPluginManager.ServerPluginManagerState c : ServerPluginManager.ServerPluginManagerState.values()) System.out.println(c);
public static ServerPluginManager.ServerPluginManagerState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1999-2020 by i-net software GmbH