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 Details

    • ConfigurationLinter

      public ConfigurationLinter()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>