接口 PropertiesPersister

  • 所有已知实现类:
    DefaultPropertiesPersister

    public interface PropertiesPersister
    Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.

    The default implementation is DefaultPropertiesPersister, providing the native parsing of java.util.Properties, but allowing for reading from any Reader and writing to any Writer (which allows to specify an encoding for a properties file).

    从以下版本开始:
    10.03.2004
    作者:
    Juergen Hoeller
    另请参阅:
    DefaultPropertiesPersister, Properties