com.atlassian.confluence.it
Class PropertiesManager

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

public class PropertiesManager
extends java.lang.Object

Provides variable properties for acceptance tests. Properties are loaded from system properties and interpolated so property values of http://${server.name}:{server.port}/${server.contextPath} will be processed as you would expect.


Constructor Summary
PropertiesManager(java.util.Properties... properties)
           
 
Method Summary
 java.lang.String getPropertyValue(java.lang.String k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesManager

public PropertiesManager(java.util.Properties... properties)
Method Detail

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String k)


Copyright © 2003-2010 Atlassian. All Rights Reserved.