| Modifier and Type | Method and Description |
|---|---|
void |
SpringApplicationErrorHandler.handleError(SpringApplication application,
org.springframework.context.ConfigurableApplicationContext applicationContext,
String[] args,
Throwable exception)
Handle an application startup error.
|
void |
SpringApplicationInitializer.initialize(SpringApplication springApplication,
String[] args)
Initialize the application
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoConfigurationReportLoggingInitializer.handleError(SpringApplication application,
org.springframework.context.ConfigurableApplicationContext applicationContext,
String[] args,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
SpringApplication |
SpringApplicationBuilder.application()
Accessor for the current application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingApplicationContextInitializer.initialize(SpringApplication springApplication,
String[] args) |
void |
ConfigFileApplicationContextInitializer.initialize(SpringApplication springApplication,
String[] args)
Binds the early
Environment to the SpringApplication. |
| Modifier and Type | Method and Description |
|---|---|
void |
LiquibaseServiceLocatorInitializer.initialize(SpringApplication springApplication,
String[] args) |
Copyright © 2013. All rights reserved.