com.atlassian.confluence.it
Class PropertiesManagerFactory

java.lang.Object
  extended by com.atlassian.confluence.it.PropertiesManagerFactory

public class PropertiesManagerFactory
extends java.lang.Object

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".


Method Summary
static PropertiesManager get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static PropertiesManager get()


Copyright © 2003-2010 Atlassian. All Rights Reserved.