Uses of Class
com.sportradar.livedata.sdk.common.exceptions.InvalidPropertyException
-
Packages that use InvalidPropertyException Package Description com.sportradar.livedata.sdk.common.settings Contains classes and interfaces associated with settings -
-
Uses of InvalidPropertyException in com.sportradar.livedata.sdk.common.settings
Methods in com.sportradar.livedata.sdk.common.settings that throw InvalidPropertyException Modifier and Type Method Description Boolean
PropertiesParser. getBooleanProperty(String key)
Boolean
PropertiesParser. getBooleanProperty(String key, boolean mandatory)
Integer
PropertiesParser. getIntegerProperty(String key)
Integer
PropertiesParser. getIntegerProperty(String key, boolean mandatory)
ch.qos.logback.classic.Level
PropertiesParser. getLevelProperty(String key)
ch.qos.logback.classic.Level
PropertiesParser. getLevelProperty(String key, boolean mandatory)
List<LimiterData>
PropertiesParser. getLimitersProperty(String key)
List<LimiterData>
PropertiesParser. getLimitersProperty(String key, boolean mandatory)
LiveScoutSettings
PropertyFileSettingsLoader. getLiveScoutSettings()
RSAPrivateKey
PropertiesParser. parsePrivateKey(String key)
Getting private key from the property and parses toRSAPrivateKey
.
-