Package org.aoju.bus.setting.magic
Interface IniProperty
- All Superinterfaces:
CharSequence,IniElement,Map.Entry<String,,String> Serializable
- All Known Implementing Classes:
IniPropertyImpl
Ini file's parameters, like
property1=value1 - Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidchange key value.default StringgetKey()get keysection getter.default StringgetValue()get valuekey()get key valueset a new Key.voidsetSection(IniSection section) section setter.Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, isEmpty, length, subSequenceMethods inherited from interface org.aoju.bus.setting.magic.IniElement
clearComment, getComment, getCommentOptional, getOriginalValue, isComment, isProperty, isSection, line, setValue, setValue, toCompleteString, toNoCommentString, toString, value
-
Method Details
-
getSection
-
setSection
-
key
-
changeKey
-
setKey
-
getKey
-
getValue
-