public interface ISettings
"SETTINGS"
and
and its value is a String
. There are no restrictions on the contents of the String
for
configuring the plugin. Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INSTANCE_SETTINGS |
static java.lang.String |
SETTINGS |
Modifier and Type | Method and Description |
---|---|
<T> T |
getDecryptedSetting(java.lang.String name)
Gets the decrypted value of a setting.
|
<T> T |
getSetting(java.lang.String name)
Gets the value of a setting.
|
static final java.lang.String SETTINGS
static final java.lang.String INSTANCE_SETTINGS
<T> T getDecryptedSetting(java.lang.String name) throws java.lang.Exception
name
- The name of the settingjava.lang.Exception
- <T> T getSetting(java.lang.String name) throws java.lang.Exception
name
- The name of the settingjava.lang.Exception