Interface UnmodifiableCommentedConfig.Entry
- All Superinterfaces:
UnmodifiableConfig.Entry
- All Known Subinterfaces:
CommentedConfig.Entry
- All Known Implementing Classes:
AbstractCommentedConfig.CommentedEntryWrapper
- Enclosing interface:
- UnmodifiableCommentedConfig
An unmodifiable commented 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
-
getComment
String getComment()- Returns:
- the entry's comment, may contain several lines
-