Class DumpTimestamps


  • public final class DumpTimestamps
    extends Object
    Debugging tool which outputs the contents of a timestamper directory.
    Author:
    Steven G. Brown
    • Method Detail

      • main

        public static void main​(String... args)
                         throws IOException
        Read the values from the timestamper directory path given by the command-line arguments and output these values to the console. This is intended only for debugging. It is not invoked by Jenkins.
        Parameters:
        args - the command-line arguments, expected to contain a timestamper directory path
        Throws:
        IOException