stella.util
Class TransferListener.DirCheck

java.lang.Object
  extended by stella.util.TransferListener.DirCheck
Enclosing class:
TransferListener

public static class TransferListener.DirCheck
extends Object

Checks all .fitz files in this directory and move them to another location, if the are erronously put here. Outputs lines that can be passed to psql -f to update the obs table accordingly.


Constructor Summary
TransferListener.DirCheck()
           
 
Method Summary
static void main(String[] arg)
          If no argument is given, we read the current dir, otherwise we expect the arg to be the direct subdir to the current one, i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferListener.DirCheck

public TransferListener.DirCheck()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
If no argument is given, we read the current dir, otherwise we expect the arg to be the direct subdir to the current one, i.e. '20100505' without trees like 'wifsip/20100505'.

Throws:
Exception