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