public enum LoadingState extends java.lang.Enum<LoadingState>
Enum Constant and Description |
---|
APP_STARTED |
BOOTSTRAP |
COMPONENTS_LOADED |
COMPONENTS_REGISTERED |
CONFIGURATION_STORE_INITIALIZED |
INDEXING_FINISHED |
LAF_INITIALIZED |
PROJECT_OPENED |
Modifier and Type | Method and Description |
---|---|
void |
checkOccurred() |
boolean |
isOccurred() |
static void |
setStrictMode() |
static LoadingState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadingState BOOTSTRAP
public static final LoadingState LAF_INITIALIZED
public static final LoadingState COMPONENTS_REGISTERED
public static final LoadingState CONFIGURATION_STORE_INITIALIZED
public static final LoadingState COMPONENTS_LOADED
public static final LoadingState APP_STARTED
public static final LoadingState PROJECT_OPENED
public static final LoadingState INDEXING_FINISHED
public static LoadingState[] values()
for (LoadingState c : LoadingState.values()) System.out.println(c);
public static LoadingState 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 nullpublic static void setStrictMode()
public void checkOccurred()
public boolean isOccurred()