Class INIConfiguration.Builder
java.lang.Object
org.apache.commons.configuration2.INIConfiguration.Builder
- Enclosing class:
INIConfiguration
Builds instances of INIConfiguration.
- Since:
- 2.9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
The flag for decision, whether inline comments on the section line are allowed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setSectionInLineCommentsAllowed
(boolean sectionInLineCommentsAllowed)
-
Field Details
-
sectionInLineCommentsAllowed
private boolean sectionInLineCommentsAllowedThe flag for decision, whether inline comments on the section line are allowed.
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setSectionInLineCommentsAllowed
public INIConfiguration.Builder setSectionInLineCommentsAllowed(boolean sectionInLineCommentsAllowed) -
build
-