Definition of an interface that allows customization of read and write operations.
For reading and writing properties files the inner classes {@code PropertiesReader} and {@code PropertiesWriter} are used.This interface defines factory methods for creating both a {@code PropertiesReader} and a {@code PropertiesWriter}. An object implementing this interface can be passed to the {@code setIOFactory()} method of{@code PropertiesConfiguration}. Every time the configuration is read or written the {@code IOFactory} is asked to create theappropriate reader or writer object. This provides an opportunity to inject custom reader or writer implementations.
@since 1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|