Package ubic.gemma.core.config
Class ConfigurationLinter
- java.lang.Object
-
- ubic.gemma.core.config.ConfigurationLinter
-
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Profile("cli") @Component public class ConfigurationLinter extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Lint various aspects of the configuration for the CLI profile.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationLinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-