Example usage for org.apache.commons.configuration Configuration interface-usage

List of usage examples for org.apache.commons.configuration Configuration interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration Configuration interface-usage.

Usage

From source file it.tidalwave.accounting.importer.ibiz.impl.ConfigurationDecorator.java

/***********************************************************************************************************************
 *
 * Decorates Apache Commons' {@link Configuration} to provide extra methods for specific data types.
 * 
 * @author  Fabrizio Giudici
 * @version $Id$

From source file org.mifos.config.business.MifosConfigurationManager.java

/**
 * This is a quick initial sketch of a class for managing configuration values
 * that come from various sources. The intent is to use file based configuration
 * values for some configuration data and database based configuration for other
 * configuration data.
 * <p>

From source file org.apache.bookkeeper.common.conf.ComponentConfiguration.java

/**
 * Component Configuration.
 */
public abstract class ComponentConfiguration implements Configuration {

    protected static final String DELIMITER = ".";

From source file org.mifos.config.ConfigurationManager.java

/**
 * This is a quick initial sketch of a class for managing configuration values
 * that come from various sources. The intent is to use file based configuration
 * values for some configuration data and database based configuration for other
 * configuration data.
 * <p>

From source file org.lable.oss.dynamicconfig.core.commonsconfiguration.ConcurrentConfiguration.java

/**
 * Provides thread safe access to a {@link Configuration} instance.
 */
public class ConcurrentConfiguration implements Configuration, Closeable {
    private final Logger logger = LoggerFactory.getLogger(ConcurrentConfiguration.class);

From source file nz.co.senanque.madura.configuration.MaduraConfiguration.java

/**
 * 
 * This acts as a jacket around the apache commons configuration to make it more friendly for Spring.
 * With this we can wire in listeners which is not possible with the commons classes.
 * The configuration that is injected into this class must be a <code>XMLConfiguration</code>
 * 

From source file com.github.haixing_hu.ilibrary.AppConfig.java

/**
 * The global configuration of the application.
 *
 * @author Haixing Hu
 */
public final class AppConfig implements ApplicationContext, Configuration, KeySuffix {