Example usage for org.apache.commons.configuration XMLConfiguration subclass-usage

List of usage examples for org.apache.commons.configuration XMLConfiguration subclass-usage

Introduction

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

Usage

From source file org.zaproxy.gradle.CustomXmlConfiguration.java

class CustomXmlConfiguration extends XMLConfiguration {

    private static final long serialVersionUID = 7018390148134058207L;

    public CustomXmlConfiguration() {
        setEncoding("UTF-8");

From source file es.udc.gii.common.eaf.config.EAFConfiguration.java

/**
 *
 * @author Grupo Integrado de Ingeniera (<a href="http://www.gii.udc.es">www.gii.udc.es</a>)
 * @since 1.0
 */
public class EAFConfiguration extends XMLConfiguration {

From source file org.zaproxy.zap.utils.ZapXmlConfiguration.java

/**
 * A {@code XMLConfiguration} with character encoding always set to UTF-8 and
 * delimiter parsing always disabled.
 * <p>
 * <strong>Note:</strong> This class should be used, <i>always</i>, to
 * read/write from/to the configurations' file used by ZAP, this way there

From source file com.yosanai.java.swing.config.EncryptedXMLConfiguration.java

/**
 * @author Saravana Perumal Shanmugam
 * 
 */
@SuppressWarnings("serial")
public class EncryptedXMLConfiguration extends XMLConfiguration {

From source file com.qspin.qtaste.config.TestBedConfiguration.java

/**
 * This class is responsible for providing test bed configuration parameters
 * @author lvboque
 */
@SuppressWarnings("serial")
public class TestBedConfiguration extends XMLConfiguration {

From source file org.nees.rpi.vis.AppSettings.java

/**
 * A singleton class that stores the application settings.
 *
 * Application settings that could cause an application error
 * if tweaked by the user are left as instance variables. The rest
 * is stored to an xml configuration file in the user's home directory.

From source file com.stratio.explorer.conf.ExplorerConfiguration.java

public class ExplorerConfiguration extends XMLConfiguration {

    private static final long serialVersionUID = -8830696863101855773L;
    private static final Logger Logger = LoggerFactory.getLogger(ExplorerConfiguration.class);
    private static ExplorerConfiguration conf;

From source file org.jpac.configuration.Configuration.java

/**
 * represents the central hierarchical configuration of an elbfisch application. All modules store there properties here
 * Will be automatically instantiated on the first instantiation of a property by any module
 * @author berndschuster
 */
public class Configuration extends XMLConfiguration {

From source file org.apache.zeppelin.conf.ZeppelinConfiguration.java

/**
 * Zeppelin configuration.
 *
 * @author Leemoonsoo
 *
 */

From source file com.tulskiy.musique.system.configuration.Configuration.java

/**
 * Author: Denis Tulskiy
 * Date: Jun 15, 2010
 */
public class Configuration extends XMLConfiguration {