Example usage for org.apache.commons.collections ExtendedProperties subclass-usage

List of usage examples for org.apache.commons.collections ExtendedProperties subclass-usage

Introduction

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

Usage

From source file com.liferay.portal.template.velocity.internal.FastExtendedProperties.java

/**
 * @author Shuyang Zhou
 */
public class FastExtendedProperties extends ExtendedProperties {

    public FastExtendedProperties() {

From source file autohit.server.command.CommandRegistry.java

/**
 * Command registry implementation.  This is immutable.  Once created it is
 * set.  If you need to catch changes in the registry, you need to create
 * a new instance.  Using the default constructor will cause an exception!
 * <p>
 * This version of the registry will implement it as a ExtendedProperties

From source file com.liferay.portal.velocity.FastExtendedProperties.java

/**
 * @author Shuyang Zhou
 */
public class FastExtendedProperties extends ExtendedProperties {

    public FastExtendedProperties() {

From source file org.kalypso.metadoc.configuration.PublishingConfiguration.java

/**
 * Default implementation of the IPublishingConfiguration interface
 *
 * @author schlienger
 */
public class PublishingConfiguration extends ExtendedProperties {

From source file org.objectstyle.cayenne.modeler.ModelerPreferences.java

/**
 * ModelerPreferences class supports persistent user preferences. Preferences are saved in
 * the user home directory in "<code>$HOME/.cayenne/modeler.preferences</code>" file.
 * <p>
 * <i>This class is obsolete; its users will be migrated to use preference service. </i>
 * </p>