Package ubic.gemma.core.config
Class ConfigurationLinter
- java.lang.Object
-
- ubic.gemma.core.config.ConfigurationLinter
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<ContextRefreshedEvent>
@Profile("cli") @Component public class ConfigurationLinter extends Object implements ApplicationListener<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(ContextRefreshedEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ContextRefreshedEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextRefreshedEvent>
-
-