com.ptc.epm.commands.XMLutil
Class PropertyHelper
java.lang.Object
com.ptc.epm.commands.XMLutil.PropertyHelper
- public class PropertyHelper
- extends Object
Utility for dealing with user input from ecad.properties
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 |
ECADProperties
public Properties ECADProperties
sep
private String sep
PropertyHelper
public PropertyHelper(String path)
throws IOException
- load the ECAD Properties file assuming that it lives in a given directory
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