public class

ConfigurationManager

extends Object
java.lang.Object
   ↳ org.ops4j.pax.exam.ConfigurationManager

Class Overview

Reads configuration settings from a properties file exam.properties at the root of the classpath. System properties take precedence over properties in the configuration file.

Summary

Public Constructors
ConfigurationManager()
Public Methods
String getProperty(String key, String defaultValue)
String getProperty(String key)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfigurationManager ()

Public Methods

public String getProperty (String key, String defaultValue)

public String getProperty (String key)