Package com.atlassian.confluence.it
Class PropertiesManager
- java.lang.Object
-
- com.atlassian.confluence.it.PropertiesManager
-
@Deprecated public class PropertiesManager extends Object
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.properties.PropertiesManager} alternativeProvides 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
Constructors Constructor Description PropertiesManager(Properties... properties)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,String>
getAllPropertiesWithPrefix(String prefix)
Deprecated.String
getPropertyValue(String k)
Deprecated.String
getPropertyValue(String k, String defaultValue)
Deprecated.int
getTestPropertyAsInt(String propName)
Deprecated.int
getTestPropertyAsInt(String propName, int defaultValue)
Deprecated.
-
-
-
Constructor Detail
-
PropertiesManager
public PropertiesManager(Properties... properties)
Deprecated.
-
-