@FunctionalInterface public interface BootstrapSystemPropertiesListener extends BootstrapListener
| Modifier and Type | Method and Description |
|---|---|
default void |
beginBoot(Bootstrap bootstrap) |
default void |
beginEnv(Bootstrap bootstrap) |
default void |
beginSystemProperties(Bootstrap bootstrap) |
default void |
endBoot(Bootstrap bootstrap) |
default void |
endEnv(Bootstrap bootstrap) |
void |
endSystemProperties(Bootstrap bootstrap) |
default void beginEnv(Bootstrap bootstrap)
beginEnv in interface BootstrapListenerdefault void endEnv(Bootstrap bootstrap)
endEnv in interface BootstrapListenerdefault void beginSystemProperties(Bootstrap bootstrap)
beginSystemProperties in interface BootstrapListenervoid endSystemProperties(Bootstrap bootstrap)
endSystemProperties in interface BootstrapListenerdefault void beginBoot(Bootstrap bootstrap)
beginBoot in interface BootstrapListenerdefault void endBoot(Bootstrap bootstrap)
endBoot in interface BootstrapListener