public class TranslationProperties extends Properties
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
duplicates |
protected Set<String> |
singleLabels |
defaults| Constructor and Description |
|---|
TranslationProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<String> |
getDuplicatePropertyNames() |
Properties |
getDuplicates() |
Set<String> |
getSingleLabels() |
Object |
put(Object key,
Object value)
Override to detect duplicate keys
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesprotected Properties duplicates
protected Set<String> singleLabels
public TranslationProperties()
public Set<String> getDuplicatePropertyNames()
public Properties getDuplicates()
public Set<String> getSingleLabels()
Copyright © 2019 Nuxeo. All rights reserved.