Class UpdateHandlePrefix

java.lang.Object
org.dspace.handle.UpdateHandlePrefix

public class UpdateHandlePrefix extends Object
A script to update the handle values in the database. This is typically used when moving from a test machine (handle = 123456789) to a production service or when make a test clone from production service.
Author:
Stuart Lewis, Ivo Prajer (Czech Technical University in Prague)
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      When invoked as a command-line tool, updates handle prefix
      Parameters:
      args - the command-line arguments, none used
      Throws:
      Exception - on generic exception