com.massimo.tools.scriptrunner.context
Class FileRestartList

java.lang.Object
  extended by com.massimo.tools.scriptrunner.context.FileRestartList

public class FileRestartList
extends Object

Read a FileExecutionContext restart file and list contents.

Loads the saved Map, sorts in ascending time order and prints.
Usage:
  java com.massimo.tools.scriptrunner.context.FileRestartFile [parent of save directory srRuns] [runId]


Method Summary
static void main(String[] args)
           
 
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 FileNotFoundException,
                        IOException,
                        ClassNotFoundException
Parameters:
args -
Throws:
ClassNotFoundException
IOException
FileNotFoundException