Class PropertiesConfiguration.DefaultIOFactory

  • All Implemented Interfaces:
    PropertiesConfiguration.IOFactory
    Enclosing class:
    PropertiesConfiguration

    public static class PropertiesConfiguration.DefaultIOFactory
    extends java.lang.Object
    implements PropertiesConfiguration.IOFactory

    A default implementation of the IOFactory interface.

    This class implements the createXXXX() methods defined by the IOFactory interface in a way that the default objects (i.e. PropertiesReader and PropertiesWriter are returned. Customizing either the reader or the writer (or both) can be done by extending this class and overriding the corresponding createXXXX() method.

    Since:
    1.7