com.ptc.netmarkets.register
Class ResourceProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.ptc.netmarkets.register.ResourceProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class ResourceProperties
extends Properties

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
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private ResourceProperties(Properties defaults)
           
 
Method Summary
static ResourceProperties getProperties()
           
static void main(String[] args)
           
 
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

ResourceProperties

private ResourceProperties(Properties defaults)
Method Detail

getProperties

public static ResourceProperties getProperties()
                                        throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception