Interface CheckableBeanFactory
- All Known Implementing Classes:
TrackingFileSystemXmlApplicationContext
public interface CheckableBeanFactory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks whether this application context's configuration file(s) contain valid bean definitions.
-
Method Details
-
checkForInvalidBeanDefinitions
Checks whether this application context's configuration file(s) contain valid bean definitions.- Throws:
CheckableBeanFactory.InvalidConfigurationException- if the configuration is not valid
-