public interface BootstrapCheck
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
BootstrapCheck.BootstrapCheckResult |
Encapsulate the result of a bootstrap check.
|
| Modifier and Type | Method | 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()