jet.utils
Class Properties

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 jet.utils.Properties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class Properties
extends java.util.Properties

Author:
mmeiste10.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Properties()
           
 
Method Summary
static Properties getProperties(java.lang.Object ref, java.lang.String filename)
           
 void load(java.io.InputStream is, java.nio.charset.Charset charset)
           
 void load(java.io.InputStream is, java.lang.String charsetName)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
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

Properties

public Properties()
Method Detail

load

public void load(java.io.InputStream is,
                 java.lang.String charsetName)
          throws java.io.IOException
Throws:
java.io.IOException

load

public void load(java.io.InputStream is,
                 java.nio.charset.Charset charset)
          throws java.io.IOException
Throws:
java.io.IOException

getProperties

public static Properties getProperties(java.lang.Object ref,
                                       java.lang.String filename)
                                throws java.io.IOException
Throws:
java.io.IOException