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

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

Introduction

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

The text is from its open source code.

Constructor

XMLPropertyListConfiguration(HierarchicalConfiguration configuration)
Creates a new instance of XMLPropertyListConfiguration and copies the content of the specified configuration into this object.
XMLPropertyListConfiguration(String fileName)
Creates and loads the property list from the specified file.
XMLPropertyListConfiguration(File file)
Creates and loads the property list from the specified file.
XMLPropertyListConfiguration(URL url)
Creates and loads the property list from the specified URL.
XMLPropertyListConfiguration()
Creates an empty XMLPropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().

Method