@FunctionalInterface public static interface Builder.IniPropertyCreator
| Modifier and Type | Field and Description |
|---|---|
static Builder.IniPropertyCreator |
DEFAULT
this default function will ignore comment.
|
| Modifier and Type | Method and Description |
|---|---|
IniProperty |
create(String key,
String value,
int line,
IniComment comment)
create a property by value
|
static final Builder.IniPropertyCreator DEFAULT
IniProperty create(String key, String value, int line, IniComment comment)
key - keyvalue - valueline - linecomment - comment, nullableIniPropertyCopyright © 2020. All rights reserved.