Package org.aoju.bus.setting
Interface Builder.IniSectionCreator
- 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.
section create function
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(String value, int line, IniComment comment) create a section by value
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
create a section by value- Parameters:
value- valueline- line numbercomment- comment, nullable- Returns:
IniSection
-