@FunctionalInterface public interface BootstrapEndEnv 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) |
void |
endEnv(Bootstrap bootstrap) |
default void |
endSystemProperties(Bootstrap bootstrap) |
default void beginEnv(Bootstrap bootstrap)
beginEnv in interface BootstrapListenervoid endEnv(Bootstrap bootstrap)
endEnv in interface BootstrapListenerdefault void beginSystemProperties(Bootstrap bootstrap)
beginSystemProperties in interface BootstrapListenerdefault void endSystemProperties(Bootstrap bootstrap)
endSystemProperties in interface BootstrapListenerdefault void beginBoot(Bootstrap bootstrap)
beginBoot in interface BootstrapListenerdefault void endBoot(Bootstrap bootstrap)
endBoot in interface BootstrapListener