Interface Config.Entry
- All Superinterfaces:
UnmodifiableConfig.Entry
- All Known Subinterfaces:
CommentedConfig.Entry
- All Known Implementing Classes:
AbstractCommentedConfig.CommentedEntryWrapper,AbstractConfig.EntryWrapper
- Enclosing interface:
- Config
A modifiable config entry.
-
Method Summary
Methods inherited from interface com.electronwill.nightconfig.core.UnmodifiableConfig.Entry
getByte, getByteOrElse, getChar, getCharOrElse, getInt, getIntOrElse, getKey, getLong, getLongOrElse, getOptional, getOptionalInt, getOptionalLong, getOrElse, getRawValue, getShort, getShortOrElse, getValue, isNull
-
Method Details
-
setValue
Sets the entry's value.- Type Parameters:
T- the type of the old value- Parameters:
value- the value to set- Returns:
- the previous value
-