Uses of Class
org.apache.commons.configuration2.builder.INIBuilderParametersImpl
-
Packages that use INIBuilderParametersImpl Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of INIBuilderParametersImpl in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return INIBuilderParametersImpl Modifier and Type Method Description INIBuilderParametersImpl
INIBuilderParametersImpl. setCommentLeadingCharsUsedInInput(java.lang.String separator)
INIBuilderParametersImpl
INIBuilderParametersImpl. setSeparatorUsedInInput(java.lang.String separator)
INIBuilderParametersImpl
INIBuilderParametersImpl. setSeparatorUsedInOutput(java.lang.String separator)
-