Package | Description |
---|---|
org.apache.felix.systemready |
Modifier and Type | Method and Description |
---|---|
static CheckStatus.State |
CheckStatus.State.fromBoolean(boolean ready) |
CheckStatus.State |
SystemStatus.getState()
Deprecated.
|
CheckStatus.State |
CheckStatus.getState()
Deprecated.
|
static CheckStatus.State |
CheckStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckStatus.State[] |
CheckStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static CheckStatus.State |
CheckStatus.State.worstOf(Stream<CheckStatus.State> states) |
Modifier and Type | Method and Description |
---|---|
static CheckStatus.State |
CheckStatus.State.worstOf(Stream<CheckStatus.State> states) |
Constructor and Description |
---|
CheckStatus(String checkName,
StateType type,
CheckStatus.State state,
String details)
Deprecated.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.