Example usage for java.util Properties interface-usage

List of usage examples for java.util Properties interface-usage

Introduction

In this page you can find the example usage for java.util Properties interface-usage.

Usage

From source file com.googlesource.gerrit.plugins.rabbitmq.config.PluginProperties.java

public class PluginProperties implements Properties {

    private static final Logger LOGGER = LoggerFactory.getLogger(PluginProperties.class);

    private static final int MINIMUM_CONNECTION_MONITOR_INTERVAL = 5000;

From source file org.talend.daikon.properties.PropertiesImpl.java

/**
 * Implementation of {@link Properties} which must be subclassed to define your properties.
 */
public class PropertiesImpl extends TranslatableImpl
        implements Properties, AnyProperty, PostDeserializeHandler, ToStringIndent {