public class RuntimePropertyRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RuntimePropertyRegistry.PropertyValueProvider
A base for classes that can return or calculate a value for a property.
|
Constructor and Description |
---|
RuntimePropertyRegistry() |
Modifier and Type | Method and Description |
---|---|
static String |
getPropertyValue(String propertyName)
Returns the value for the given property name.
|
static void |
registerPropertyValueProvider(RuntimePropertyRegistry.PropertyValueProvider propertyValueProvider)
Registers the given property value provider.
|
public static String getPropertyValue(String propertyName)
public static void registerPropertyValueProvider(RuntimePropertyRegistry.PropertyValueProvider propertyValueProvider)
Copyright © 2018. All rights reserved.