stella.util
Class TransferListener.DirCheck
java.lang.Object
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.
|
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 |
TransferListener.DirCheck
public TransferListener.DirCheck()
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