final String key
The key in the settings file.
final String comment
The comment to add to the settings file.
An entry in the settings file.
String getKey()
Returns the key in the settings file.
String getComment()
Returns the command to add to the settings file.
SettingsEntry(@NotNull final String key, @NotNull final T defaultValue, @Nullable final String comment)
Creates a new instance.
T getDefaultValue()
Returns the default value if the key is missing from the settings file.
final T defaultValue
The default value if the key is missing from the settings file.