DLESE Tools
v1.6.0

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

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

public class ItemIdFixer
extends Object

Utilities to find the metdata objects in the NDR that have an "old-style" prefix ("oai:dls.org") for the nsdl:itemId property, and convert to the "new-style" prefix ("oai:nsdl.org:ncs").

Author:
ostwald

Method Summary
static void main(String[] args)
          The main program for the ItemIdFixer class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the ItemIdFixer class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0