@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, setProperty
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
public 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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.