Package ubic.gemma.cli.config
Class ConfigurationLinter
java.lang.Object
ubic.gemma.cli.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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
ConfigurationLinter
public ConfigurationLinter()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-