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

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

Introduction

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

The text is from its open source code.

Field

intEVENT_RELOAD
Constant for the configuration reload event.

Method

StringgetFileName()
Return the name of the file.
ObjectgetProperty(String key)
URLgetURL()
Return the URL where the configuration is stored.
voidload(String fileName)
Locate the specified file and load the configuration.
voidload(File file)
Load the configuration from the specified file.
voidload(URL url)
Load the configuration from the specified URL.
voidload(InputStream in)
Load the configuration from the specified stream, using the encoding returned by #getEncoding() .