com.massimo.tools.scriptrunner.context
Class FileRestartList
java.lang.Object
   com.massimo.tools.scriptrunner.context.FileRestartList
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]
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
main
public static void main(String[] args)
                 throws FileNotFoundException,
                        IOException,
                        ClassNotFoundException
- 
- Parameters:
- args-
- Throws:
- ClassNotFoundException
- IOException
- FileNotFoundException