org.webdocwf.util.i18njdbc
Class I18nProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by org.webdocwf.util.i18njdbc.I18nProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class I18nProperties
extends java.util.Properties

Class extends java.util.Properties

Author:
Zeljko Kovacevic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
I18nProperties()
           
 
Method Summary
 void store(java.io.File filePath)
          This method will store properties object into file
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
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

I18nProperties

public I18nProperties()
Method Detail

store

public void store(java.io.File filePath)
           throws java.lang.Exception
This method will store properties object into file

Parameters:
filePath - path to property file
Throws:
java.lang.Exception


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.