public static interface ComponentManager.State
ComponentManager
.Modifier and Type | Method and Description |
---|---|
String |
getMessageKey()
Gets a translation key for getting a brief explanation of what the state means.
|
int |
getPercentage()
Returns the percentage of the way through the startup process this state can be considered to be.
|
boolean |
isComponentsInstantiated()
Have the components been instantiated by the full container.
|
boolean |
isComponentsRegistered()
Have the components registered been with PICO including plugin components.
|
boolean |
isContainerInitialised()
Has the PICO container initialised.
|
boolean |
isPluginSystemStarted()
Have the components registered been with PICO including plugin components.
|
boolean |
isStarted()
Has the
ComponentManager started |
boolean isContainerInitialised()
boolean isPluginSystemStarted()
boolean isComponentsRegistered()
boolean isComponentsInstantiated()
ContainerLevel#FULL_CONTAINER
boolean isStarted()
ComponentManager
startedString getMessageKey()
JiraStartupPageSupport.properties
.
They cannot come from any other source.int getPercentage()
Copyright © 2002-2017 Atlassian. All Rights Reserved.