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

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

Introduction

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

The text is from its open source code.

Constructor

JNDIConfiguration()
Creates a JNDIConfiguration using the default initial context as the root of the properties.
JNDIConfiguration(String prefix)
Creates a JNDIConfiguration using the default initial context, shifted with the specified prefix, as the root of the properties.
JNDIConfiguration(Context context)
Creates a JNDIConfiguration using the specified initial context as the root of the properties.

Method

voidsetContext(Context context)
Set the initial context of the configuration.
voidsetPrefix(String prefix)
Sets the prefix.