Java org.apache.commons.configuration2.io FileHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2.io FileHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration2.io FileHandler.

The text is from its open source code.

Constructor

FileHandler(final FileBased obj)
Creates a new instance of FileHandler and sets the managed FileBased object.

Method

voidsave(final String fileName)
Saves the associated file to the specified file name.
voidsave(final URL url)
Saves the associated file to the specified URL.
voidsave(final File file)
Saves the associated file to the specified File .
voidsave(final OutputStream out)
Saves the associated file to the specified stream using the encoding returned by #getEncoding() .
voidsave(final Writer out)
Saves the associated file to the given Writer .
voidsave(final FileLocator locator)
Internal helper method for saving data to the internal location stored for this object.