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

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

Introduction

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

The text is from its open source code.

Constructor

XMLPropertiesConfiguration(String fileName)
Creates and loads the xml properties from the specified file.
XMLPropertiesConfiguration(File file)
Creates and loads the xml properties from the specified file.
XMLPropertiesConfiguration(URL url)
Creates and loads the xml properties from the specified URL.
XMLPropertiesConfiguration()
Creates an empty XMLPropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().

Method

IteratorgetKeys()
Returns an Iterator with the keys contained in this configuration.