Uses of Enum Class
eu.rarogsoftware.rarog.platform.app.boot.SpringBootManager.StartState
Packages that use SpringBootManager.StartState
Package
Description
-
Uses of SpringBootManager.StartState in eu.rarogsoftware.rarog.platform.app.boot
Methods in eu.rarogsoftware.rarog.platform.app.boot that return SpringBootManager.StartStateModifier and TypeMethodDescriptionSpringBootManager.getStartMode()
static SpringBootManager.StartState
Returns the enum constant of this class with the specified name.static SpringBootManager.StartState[]
SpringBootManager.StartState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpringBootManager.StartState in eu.rarogsoftware.rarog.platform.core.boot
Methods in eu.rarogsoftware.rarog.platform.core.boot with parameters of type SpringBootManager.StartStateModifier and TypeMethodDescriptionvoid
BootInfoManager.updateStatus
(SpringBootManager.StartState startState, SpringBootManager.AsyncStartState asyncStartState) void
BootServlet.updateStatus
(SpringBootManager.StartState startState, SpringBootManager.AsyncStartState asyncStartState)