public interface BootstrapCheck
| Modifier and Type | Interface and Description |
|---|---|
static class |
BootstrapCheck.BootstrapCheckResult
Encapsulate the result of a bootstrap check.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
alwaysEnforce() |
BootstrapCheck.BootstrapCheckResult |
check(BootstrapContext context)
Test if the node fails the check.
|
BootstrapCheck.BootstrapCheckResult check(BootstrapContext context)
context - the bootstrap contextdefault boolean alwaysEnforce()