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

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

Introduction

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

Usage

From source file com.liferay.ide.server.util.CustomPropertiesConfigLayout.java

/**
 * @author Greg Amerson
 */
@SuppressWarnings("rawtypes")
public class CustomPropertiesConfigLayout extends PropertiesConfigurationLayout {

From source file com.liferay.ide.portlet.core.PluginPropertiesConfigurationLayout.java

/**
 * @author Greg Amerson
 */
@SuppressWarnings("rawtypes")
public class PluginPropertiesConfigurationLayout extends PropertiesConfigurationLayout {

From source file com.liferay.ide.properties.core.PortalPropertiesConfigurationLayout.java

/**
 * @author Greg Amerson
 */
@SuppressWarnings("rawtypes")
public class PortalPropertiesConfigurationLayout extends PropertiesConfigurationLayout {

From source file com.liferay.ide.core.properties.PortalPropertiesConfigurationLayout.java

/**
 * @author Greg Amerson
 */
@SuppressWarnings("rawtypes")
public class PortalPropertiesConfigurationLayout extends PropertiesConfigurationLayout {