com.webcodepro.applecommander.testconfig
Class TestConfig

java.lang.Object
  extended by com.webcodepro.applecommander.testconfig.TestConfig

public class TestConfig
extends java.lang.Object

A simple class to contains test configuration information. Update the file TestConfig.properties to match the system.

Author:
Rob

Method Summary
 java.lang.String getDiskDir()
          Answer with the directory where disk images are stored.
static TestConfig getInstance()
          Get the singleton TestConfig.
 java.lang.String getTempDir()
          Answer with the temp directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TestConfig getInstance()
Get the singleton TestConfig.


getTempDir

public java.lang.String getTempDir()
Answer with the temp directory.


getDiskDir

public java.lang.String getDiskDir()
Answer with the directory where disk images are stored.