Interface Config.Entry
-
- All Superinterfaces:
UnmodifiableConfig.Entry
- All Known Subinterfaces:
CommentedConfig.Entry
- All Known Implementing Classes:
AbstractCommentedConfig.CommentedEntryWrapper,AbstractConfig.EntryWrapper
- Enclosing interface:
- Config
public static interface Config.Entry extends UnmodifiableConfig.Entry
A modifiable config entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TsetValue(java.lang.Object value)Sets the entry's value.-
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
-
-