astro.fits
Class Icat.Snoop

java.lang.Object
  extended by astro.fits.Icat.Snoop
Enclosing class:
Icat

public static class Icat.Snoop
extends Object

Snoops into the save-file and print its content.


Constructor Summary
Icat.Snoop()
           
 
Method Summary
static void main(String[] arg)
          Command line argument is the save file.
private static void printMap(Map<File,String> fn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icat.Snoop

public Icat.Snoop()
Method Detail

printMap

private static void printMap(Map<File,String> fn)

main

public static void main(String[] arg)
                 throws Exception
Command line argument is the save file.

Throws:
Exception