Class INIConfiguration.Builder
java.lang.Object
org.apache.commons.configuration2.INIConfiguration.Builder
- Enclosing class:
INIConfiguration
Builds instances of INIConfiguration.
- Since:
- 2.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a new INIConfiguration.setSectionInLineCommentsAllowed
(boolean sectionInLineCommentsAllowed) Sets whether in-line comments on the section line are allowed.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds a new INIConfiguration.- Returns:
- a new INIConfiguration.
-
setSectionInLineCommentsAllowed
public INIConfiguration.Builder setSectionInLineCommentsAllowed(boolean sectionInLineCommentsAllowed) Sets whether in-line comments on the section line are allowed.- Parameters:
sectionInLineCommentsAllowed
- Whether in-line comments on the section line are allowed.- Returns:
- this instance.
-