Class Batch

java.lang.Object
skyview.executive.Batch

public class Batch extends Object
  • Constructor Details

    • Batch

      public Batch()
  • Method Details

    • main

      public static void main(String[] args) throws 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:
      Exception