T - the type of the result of all set methods for method chainingpublic interface PropertiesBuilderProperties<T>
Definition of a parameters interface for properties configurations.
 This interface defines additional properties which can be set when
 initializing a PropertiesConfiguration object.
 
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 | 
setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
Sets the current include listener, may be null. 
 | 
T | 
setIncludesAllowed(boolean f)
Sets a flag whether include files are supported by the properties
 configuration object. 
 | 
T | 
setIOFactory(PropertiesConfiguration.IOFactory factory)
Sets the  
IOFactory to be used by the properties configuration
 object. | 
T | 
setLayout(PropertiesConfigurationLayout layout)
Sets the layout object for the properties configuration object. 
 | 
default T setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
includeListener - the current include listener, may be null.T setIncludesAllowed(boolean f)
f - the value of the flagT setLayout(PropertiesConfigurationLayout layout)
layout - the PropertiesConfigurationLayout object to be used
        by the configurationT setIOFactory(PropertiesConfiguration.IOFactory factory)
IOFactory to be used by the properties configuration
 object. With this method a custom factory for input and output streams
 can be set. This allows customizing the format of properties read or
 written by the configuration. If no IOFactory is provided, the
 configuration uses a default one.factory - the IOFactory to be used by the configurationCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.