performancemonster.helpers
Class SystemProperties

java.lang.Object
  extended by performancemonster.helpers.SystemProperties

public class SystemProperties
extends java.lang.Object

Used to store application-wide settings.


Constructor Summary
SystemProperties()
           
 
Method Summary
static SystemProperties getInstance()
           
 java.lang.String getInstrumentPath()
           
 int getPortNumber()
           
 void setInstrumentPath(java.lang.String instrumentPath)
           
 void setPortNumber(int portNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

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.