Interface ConfigurationProperties

All Superinterfaces:
Map<String,Object>

public interface ConfigurationProperties extends Map<String,Object>
Key value pairs of configuration settings. This object is analogous to what you would get back from Configuration.getProperties()

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.