performancemonster.helpers
Class SystemProperties
java.lang.Object
performancemonster.helpers.SystemProperties
public class SystemProperties
- extends java.lang.Object
Used to store application-wide settings.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemProperties
public SystemProperties()
getInstance
public static SystemProperties getInstance()
setPortNumber
public void setPortNumber(int portNumber)
getPortNumber
public int getPortNumber()
setInstrumentPath
public void setInstrumentPath(java.lang.String instrumentPath)
getInstrumentPath
public java.lang.String getInstrumentPath()
Copyright © 2005 Ole Friis. All Rights Reserved.