anl.aida.util
Class Converter

java.lang.Object
  extended by anl.aida.util.Converter

public class Converter
extends java.lang.Object

Quick and dirty code to convert index files into the new format.


Field Summary
(package private)  java.util.Calendar cal
           
 
Constructor Summary
Converter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void ntarcFileConvert()
           
 void tribFileConvert()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cal

java.util.Calendar cal
Constructor Detail

Converter

public Converter()
Method Detail

tribFileConvert

public void tribFileConvert()
                     throws java.io.IOException,
                            java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException

ntarcFileConvert

public void ntarcFileConvert()
                      throws java.io.IOException,
                             java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException