Class Configuration
java.lang.Object
org.graylog2.plugin.configuration.Configuration
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanIsSet(String key) static ConfigurationdeserializeFromJson(String json) booleanbooleangetBoolean(String key) booleangetBoolean(String key, boolean defaultValue) getEncryptedValue(String key) getEncryptedValue(String key, EncryptedValue defaultValue) intintbooleanbooleanvoidsetBoolean(String key, boolean value) voidbooleanstringIsSet(String key)
-
Field Details
-
EMPTY_CONFIGURATION
-
-
Constructor Details
-
Configuration
-
-
Method Details
-
getString
-
getString
-
setString
-
getInt
-
getInt
-
getBoolean
-
getBoolean
-
booleanIsSet
-
setBoolean
-
getList
-
getList
-
listIsSet
-
getEncryptedValue
-
getEncryptedValue
-
getSource
-
stringIsSet
-
intIsSet
-
encryptedValueIsSet
-
serializeToJson
-
deserializeFromJson
-