org.eclipse.ohf.ihe.pdq.consumer.test.mesa
Class TestConfiguration

java.lang.Object
  extended by org.eclipse.ohf.ihe.pdq.consumer.test.mesa.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 boolean doAudit
           
static java.lang.String LOG4J_PATH
           
static java.net.URI MLLP_URI
           
static java.lang.String SERIALISED_PATH
           
static boolean USE_ATNA_MLLP
           
 
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

doAudit

public static final boolean doAudit
See Also:
Constant Field Values

USE_ATNA_MLLP

public static final boolean USE_ATNA_MLLP
See Also:
Constant Field Values

MLLP_URI

public static java.net.URI MLLP_URI
Constructor Detail

TestConfiguration

public TestConfiguration()