Package org.bonitasoft.engine.properties
Class BonitaConfigProperty
java.lang.Object
org.bonitasoft.engine.properties.BonitaConfigProperty
- Direct Known Subclasses:
BooleanProperty,StringProperty
Represents a Bonita configuration property. It supports properties passed as Java System property (like
-Dmy.custom-property.subproperty=MY_VALUE) or as environment variables (like MY_CUSTOMPROPERTY_SUBPROPERTY=MY_VALUE).
If both are defined, System Property has precedence.
- Author:
- Emmanuel Duchastenier
-
Field Details
-
propertyKey
-
displayName
-
-
Constructor Details
-
BonitaConfigProperty
- Parameters:
displayName- the display name of the property, used in logspropertyKey- the "system property" version of the property, typically in lowercase and with dots.
-
-
Method Details
-
logInitializationMessagesIfFirstTime
protected void logInitializationMessagesIfFirstTime() -
envPropertyKey
-
getProperty
-