List of usage examples for java.util Properties interface-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 {