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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method