Class INIConfiguration.Builder

java.lang.Object
org.apache.commons.configuration2.INIConfiguration.Builder
Enclosing class:
INIConfiguration

public static class INIConfiguration.Builder extends Object
Builds instances of INIConfiguration.
Since:
2.9.0
  • Constructor Details

  • 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.