Class FileMoveTester

java.lang.Object
org.dlese.dpc.index.FileMoveTester

public final class FileMoveTester extends Object
This class simulates saving, moving and deleting records from the records directory. NOTE: Should NOT be used when pointing at the DLESE metadata repository!
Author:
John Weatherley
  • Constructor Details

    • FileMoveTester

      public FileMoveTester(String inputFileLoc, String tempFileLoc)
      Constructor for the FileMoveTester object
      Parameters:
      inputFileLoc - DESCRIPTION
      tempFileLoc - DESCRIPTION
  • Method Details

    • stop

      public void stop()
      DESCRIPTION
    • getDateStamp

      public static String getDateStamp()
      Return a string for the current time and date, sutiable for display in log files and output to standout:
      Returns:
      The dateStamp value
    • setDebug

      public final void setDebug(boolean db)