T
- the type of the result of all set methods for method chainingpublic interface INIBuilderProperties<T>
Definition of a parameters interface for INI configurations.
The INIConfiguration
class defines a bunch of additional properties
related to INI processing.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
Modifier and Type | Method and Description |
---|---|
default T |
setCommentLeadingCharsUsedInInput(String separator)
Allows setting the leading comment separator which is used in reading an INI
file.
|
default T |
setSeparatorUsedInInput(String separator)
Allows setting the key and value separator which is used in reading an INI
file.
|
T |
setSeparatorUsedInOutput(String separator)
Allows setting the separator between key and value to be used when writing an
INI file.
|
default T setCommentLeadingCharsUsedInInput(String separator)
separator
- String of the new separator for INI readingdefault T setSeparatorUsedInInput(String separator)
separator
- String of the new separator for INI readingCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.