skyview.executive
Class Batch

java.lang.Object
  extended by skyview.executive.Batch

public class Batch
extends java.lang.Object


Constructor Summary
Batch()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run a series of image requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Run a series of image requests. Usage: java skyview.executive.Batch file [key1=val1 key2=val2 ...] where each line of file contains settings that supplement the those given on this command line.

Throws:
java.lang.Exception