fr.jayasoft.ivy.util
Class PropertiesFile

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byfr.jayasoft.ivy.util.PropertiesFile
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class PropertiesFile
extends java.util.Properties

A simple Properties extension easing the loading and saving of data

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PropertiesFile(java.io.File file, java.lang.String header)
           
 
Method Summary
 void save()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesFile

public PropertiesFile(java.io.File file,
                      java.lang.String header)
Method Detail

save

public void save()