Class ApplicationProperties
java.lang.Object
io.fluxcapacitor.javaclient.configuration.ApplicationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsProperty(String name) static StringencryptValue(String value) static booleangetBooleanProperty(String name) static booleangetBooleanProperty(String name, boolean defaultValue) static IntegergetIntegerProperty(String name) static IntegergetIntegerProperty(String name, Integer defaultValue) static StringgetProperty(String name) static StringgetProperty(String name, String defaultValue) static StringrequireProperty(String name) static StringsubstituteProperties(String template)
-
Constructor Details
-
ApplicationProperties
public ApplicationProperties()
-
-
Method Details
-
getProperty
-
getBooleanProperty
-
getBooleanProperty
-
getIntegerProperty
-
getIntegerProperty
-
getProperty
-
requireProperty
-
containsProperty
-
substituteProperties
-
encryptValue
-