Package | Description |
---|---|
org.infinispan.commons.configuration |
Commons Configuration package
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TypedProperties> |
AbstractTypedPropertiesConfiguration.PROPERTIES |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
AbstractTypedPropertiesConfiguration.properties() |
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
Immutables.immutableTypedProperties(TypedProperties properties)
Creates an immutable copy of the properties.
|
TypedProperties |
TypedProperties.putIfAbsent(String key,
String value)
Put a value if the associated key is not present
|
TypedProperties |
TypedProperties.setProperty(String key,
boolean value) |
TypedProperties |
TypedProperties.setProperty(String key,
int value) |
TypedProperties |
TypedProperties.setProperty(String key,
long value) |
TypedProperties |
TypedProperties.setProperty(String key,
String value) |
static TypedProperties |
TypedProperties.toTypedProperties(Properties p)
Factory method that converts a JDK
Properties instance to an instance of TypedProperties, if needed. |
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
Immutables.immutableTypedProperties(TypedProperties properties)
Creates an immutable copy of the properties.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.