Class INIConfiguration.Builder

  • Enclosing class:
    INIConfiguration

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

      • Builder

        public Builder()
        Constructs a new instance.
    • Method Detail

      • build

        public INIConfiguration 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.