Class INIConfiguration.Builder
- java.lang.Object
-
- org.apache.commons.configuration2.INIConfiguration.Builder
-
- Enclosing class:
- INIConfiguration
public static class INIConfiguration.Builder extends java.lang.Object
Builds instances of INIConfiguration.- Since:
- 2.9.0
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
sectionInLineCommentsAllowed
The flag for decision, whether inline comments on the section line are allowed.
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INIConfiguration
build()
INIConfiguration.Builder
setSectionInLineCommentsAllowed(boolean sectionInLineCommentsAllowed)
-
-
-
Method Detail
-
build
public INIConfiguration build()
-
setSectionInLineCommentsAllowed
public INIConfiguration.Builder setSectionInLineCommentsAllowed(boolean sectionInLineCommentsAllowed)
-
-