@Deprecated public class TypedProperties extends TypedProperties
defaults| Constructor and Description |
|---|
TypedProperties()
Deprecated.
|
TypedProperties(Properties p)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedProperties |
toTypedProperties(Properties p)
Deprecated.
Factory method that converts a JDK
Properties instance to an instance of TypedProperties, if needed. |
getBooleanProperty, getBooleanProperty, getIntProperty, getIntProperty, getLongProperty, getLongProperty, getProperty, putIfAbsent, setPropertygetProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic TypedProperties()
public TypedProperties(Properties p)
public static TypedProperties toTypedProperties(Properties p)
Properties instance to an instance of TypedProperties, if needed.p - properties to convert.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.