Interface UnmodifiableCommentedConfig.Entry
-
- All Superinterfaces:
UnmodifiableConfig.Entry
- All Known Subinterfaces:
CommentedConfig.Entry
- All Known Implementing Classes:
AbstractCommentedConfig.CommentedEntryWrapper
- Enclosing interface:
- UnmodifiableCommentedConfig
public static interface UnmodifiableCommentedConfig.Entry extends UnmodifiableConfig.Entry
An unmodifiable commented config entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()-
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
-
-