@FunctionalInterface public interface BootstrapBeginEnv extends BootstrapListener
| Modifier and Type | Method and Description |
|---|---|
default void |
beginBoot(Bootstrap bootstrap) |
void |
beginEnv(Bootstrap bootstrap) |
default void |
beginSystemProperties(Bootstrap bootstrap) |
default void |
endBoot(Bootstrap bootstrap) |
default void |
endEnv(Bootstrap bootstrap) |
default void |
endSystemProperties(Bootstrap bootstrap) |
void beginEnv(Bootstrap bootstrap)
beginEnv in interface BootstrapListenerdefault void 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