DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class CIGlobals

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.CIGlobals

public class CIGlobals
extends Object

Reads an XML file containing mappings between ncsrecordid and aggregator handle, and produces an XML file containing more detailed information about the NCS Collection record and the NDR Collection Objects associated with the aggregator.

Author:
Jonathan Ostwald

Field Summary
static String COLLECTION_MAPPINGS_DIR
           
static String MAPPINGS_MANAGER_DATA
           
static String RECORDS_DIR
           
 
Constructor Summary
CIGlobals()
           
 
Method Summary
static void ndrNearProductionSetup()
           
static void ndrProductionSetup()
           
static void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORDS_DIR

public static String RECORDS_DIR

COLLECTION_MAPPINGS_DIR

public static String COLLECTION_MAPPINGS_DIR

MAPPINGS_MANAGER_DATA

public static String MAPPINGS_MANAGER_DATA
Constructor Detail

CIGlobals

public CIGlobals()
Method Detail

ndrProductionSetup

public static void ndrProductionSetup()

ndrNearProductionSetup

public static void ndrNearProductionSetup()

setup

public static void setup()
                  throws Exception
Throws:
Exception

DLESE Tools
v1.6.0