Class PropertiesFile

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class PropertiesFile extends Properties
A simple Properties extension easing the loading and saving of data
See Also:
  • Constructor Details

    • PropertiesFile

      public PropertiesFile(File file, String header)
  • Method Details

    • save

      public void save()