public class

PropertiesManagerFactory

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.it.PropertiesManagerFactory

Class Overview

Creates a propertiesManager which loads properties from a variety of locations. In order of priority these are:

  1. The properties file defined by the SystemProperty "acceptanceTestSettings".
  2. The properties file "test-data.properties".
  3. The properties file "confluence_default.properties".
  4. The properties file "webtester.properties".

Summary

Public Methods
static PropertiesManager get()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static PropertiesManager get ()