wt.step.processor.conversion
Class EPMSchemaConverter.PropertiesWrapper

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.step.processor.conversion.EPMSchemaConverter.PropertiesWrapper
All Implemented Interfaces:
Cloneable, Map, Serializable
Enclosing class:
EPMSchemaConverter

static class EPMSchemaConverter.PropertiesWrapper
extends Properties

Test code


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private  Properties _overProps
           
private  Properties _systemProps
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
(package private) EPMSchemaConverter.PropertiesWrapper(String filename)
           
 
Method Summary
 String getProperty(String key)
           
 
Methods inherited from class java.util.Properties
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
 

Field Detail

_systemProps

private Properties _systemProps

_overProps

private Properties _overProps
Constructor Detail

EPMSchemaConverter.PropertiesWrapper

EPMSchemaConverter.PropertiesWrapper(String filename)
                               throws IOException,
                                      FileNotFoundException
Method Detail

getProperty

public String getProperty(String key)