com.goldenhammer.fileio
Class ProfileLocations

java.lang.Object
  extended bycom.goldenhammer.fileio.ProfileLocations

public class ProfileLocations
extends java.lang.Object

This class reads in where profiles are located from a properties file


Constructor Summary
ProfileLocations()
           
 
Method Summary
static java.lang.String getModalityLocation()
          Get the location where the modalities are being stored
static java.lang.String getStudyLocation()
          Get the location where the studies are being stored
static java.lang.String getTestProfileLocation()
          Get the location where test profiles are being stored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileLocations

public ProfileLocations()
Method Detail

getModalityLocation

public static java.lang.String getModalityLocation()
Get the location where the modalities are being stored

Returns:
the location of the modalities

getStudyLocation

public static java.lang.String getStudyLocation()
Get the location where the studies are being stored

Returns:
the location of the studies

getTestProfileLocation

public static java.lang.String getTestProfileLocation()
Get the location where test profiles are being stored

Returns:
the location of the test profiles