org.eclipse.ohf.ihe.pix.consumer.test.mesa.atna
Class TestConfiguration

java.lang.Object
  extended by org.eclipse.ohf.ihe.pix.consumer.test.mesa.atna.TestConfiguration

public class TestConfiguration
extends java.lang.Object

This is a consolidated configuration file for running the sample code. You may need to edit this class to get the examples working on your own system. Minimally, you will likely need to change the workspace DATA_PATH.

Author:
Sondra Renly

Field Summary
static java.lang.String DATA_PATH
           
static java.lang.String LOG4J_PATH
           
static java.lang.String SERIALISED_PATH
           
 
Constructor Summary
TestConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_PATH

public static final java.lang.String DATA_PATH
See Also:
Constant Field Values

LOG4J_PATH

public static final java.lang.String LOG4J_PATH
See Also:
Constant Field Values

SERIALISED_PATH

public static final java.lang.String SERIALISED_PATH
See Also:
Constant Field Values
Constructor Detail

TestConfiguration

public TestConfiguration()