com.ptc.epm.commands.XMLutil
Class PropertyHelper

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.PropertyHelper

public class PropertyHelper
extends Object

Utility for dealing with user input from ecad.properties


Field Summary
 Properties ECADProperties
           
private  String sep
           
 
Constructor Summary
PropertyHelper(String path)
          load the ECAD Properties file assuming that it lives in a given directory
 
Method Summary
static Properties loadProperties()
          Convenience function to load the ECAD Properties file assuming that it lives in the codebase directory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ECADProperties

public Properties ECADProperties

sep

private String sep
Constructor Detail

PropertyHelper

public PropertyHelper(String path)
               throws IOException
load the ECAD Properties file assuming that it lives in a given directory

Method Detail

loadProperties

public static Properties loadProperties()
                                 throws WTException
Convenience function to load the ECAD Properties file assuming that it lives in the codebase directory

Throws:
WTException