Java org.apache.commons.configuration SystemConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration SystemConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration SystemConfiguration.

The text is from its open source code.

Constructor

SystemConfiguration()
Create a Configuration based on the system properties.

Method

IteratorgetKeys(final String prefix)
ObjectgetProperty(String key)
StringgetString(String key)
voidsetSystemProperties(String fileName)
The method allows system properties to be set from a property file.
voidsetSystemProperties(PropertiesConfiguration systemConfig)
Set System properties from a configuration file.