@FunctionalInterface public static interface Builder.IniSectionCreator
| Modifier and Type | Field and Description |
|---|---|
static Builder.IniSectionCreator |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
IniSection |
create(String value,
int line,
IniComment comment)
create a section by value
|
static final Builder.IniSectionCreator DEFAULT
IniSection create(String value, int line, IniComment comment)
value - valueline - line numbercomment - comment, nullableIniSectionCopyright © 2022. All rights reserved.