public class ReloadableProperties extends Object
Modifier and Type | Field and Description |
---|---|
static ReadWriteLock |
LOCK |
Constructor and Description |
---|
ReloadableProperties(PropertiesLoader.FileNameKey key) |
Modifier and Type | Method and Description |
---|---|
Properties |
getProps() |
Map<String,String> |
invertedPropertiesMap() |
Map<String,Set<String>> |
invertedPropertiesValuesMap() |
ReloadableProperties |
obtained() |
Map<String,Pattern> |
regexpPropertiesMap() |
public static final ReadWriteLock LOCK
public ReloadableProperties(PropertiesLoader.FileNameKey key)
public Properties getProps()
public ReloadableProperties obtained()
Copyright © 2020 The Apache Software Foundation. All rights reserved.