Class ApplicationPropertiesChecker

java.lang.Object
com.atlassian.jira.config.properties.ApplicationPropertiesChecker
All Implemented Interfaces:
Startable

public class ApplicationPropertiesChecker extends Object implements Startable
Checks that application properties (e.g. base URL) are valid on startup.
  • Constructor Details

    • ApplicationPropertiesChecker

      public ApplicationPropertiesChecker(ApplicationProperties applicationProperties)
  • Method Details

    • start

      public void start() throws Exception
      Description copied from interface: Startable
      This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
      Specified by:
      start in interface Startable
      Throws:
      Exception - Allows implementations to throw an Exception.