Package org.aoju.bus.setting
Interface Builder.IniPropertyCreator
- Enclosing class:
- Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
property create function
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Builder.IniPropertyCreatorthis default function will ignore comment. -
Method Summary
Modifier and TypeMethodDescriptioncreate(String key, String value, int line, IniComment comment) create a property by value
-
Field Details
-
DEFAULT
this default function will ignore comment.
-
-
Method Details
-
create
create a property by value- Parameters:
key- keyvalue- valueline- linecomment- comment, nullable- Returns:
IniProperty
-