Class ComputedPropertiesUtils
java.lang.Object
com.redhat.cloud.common.clowder.configsource.utils.ComputedPropertiesUtils
Utilities to find computed properties. Computed properties are properties that depend on others. For example:
other.property=value-a
computed.property=${other.property:value-b}
In the above example, the "computed-property" is resolved with either "other.property" if exists or "value-b"
if it does not.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPropertyFromSystem(String propertyName, String defaultValue) static booleanhasComputedProperties(String rawValue)
-
Field Details
-
PROPERTY_START
- See Also:
-
PROPERTY_END
- See Also:
-
-
Method Details
-
hasComputedProperties
-
getPropertyFromSystem
-
getComputedProperties
-