public class

ApplicationPropertiesChecker

extends Object
implements Startable
java.lang.Object
   ↳ com.atlassian.jira.config.properties.ApplicationPropertiesChecker

Class Overview

Checks that application properties (e.g. base URL) are valid on startup.

Summary

Public Constructors
ApplicationPropertiesChecker(ApplicationProperties applicationProperties)
Public Methods
void start()
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable

Public Constructors

public ApplicationPropertiesChecker (ApplicationProperties applicationProperties)

Public Methods

public void start ()

This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception