com.atlassian.bitbucket.setting.Settings |
A typed container for a generic map of settings.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
key | of the setting to lookup |
---|---|
defaultValue | the default value if the value isn't present |
boolean
contained under this setting key, if the String value equals "true", or the default
key | of the setting to lookup |
---|
Boolean
contained under this setting key, if the String value equals "true", or null
key | of the setting to lookup |
---|---|
defaultValue | the default value if the value isn't present |
double
contained under this setting key, a parsed representation of the String, or the defaultNumberFormatException | if the resulting string is not a legal double |
---|
key | of the setting to lookup |
---|
Double
contained under this setting key, a parsed representation of the String, or null
NumberFormatException | if the resulting string is not a legal double |
---|
key | of the setting to lookup |
---|---|
defaultValue | the default value if the value isn't present |
int
contained under this setting key, a parsed representation of the String, or the defaultNumberFormatException | if the resulting string is not a legal int |
---|
key | of the setting to lookup |
---|
Integer
contained under this setting key, a parsed representation of the String, or null
NumberFormatException | if the resulting string is not a legal int |
---|
key | of the setting to lookup |
---|
Long
contained under this setting key, a parsed representation of the String, or null
NumberFormatException | if the resulting string is not a legal long |
---|
key | of the setting to lookup |
---|---|
defaultValue | the default value if the value isn't present |
long
contained under this setting key, a parsed representation of the String, or the defaultNumberFormatException | if the resulting string is not a legal long |
---|
key | of the setting to lookup |
---|---|
defaultValue | the default value if the value isn't present |
String
contained under this setting key or the defaultClassCastException | is the underlying setting is not a String
|
---|
key | of the setting to lookup |
---|
String
contained under this setting key or null
ClassCastException | is the underlying setting is not a String
|
---|