public class PropertyValue extends Object
| Constructor and Description |
|---|
PropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
The property value
|
boolean |
isResolvable()
Whether this property contains placeholders that should be resolved.
|
static PropertyValue |
of(String value) |
PropertyValue |
resolvable(boolean resolvable)
Whether this property contains placeholders that should be resolved.
|
PropertyValue |
value(String value)
Set the property value
|
public static PropertyValue of(String value)
public String getValue()
public PropertyValue value(String value)
value - the value to setpublic boolean isResolvable()
public PropertyValue resolvable(boolean resolvable)
resolvable - Copyright © 2019. All rights reserved.