Class Batch


  • public class Batch
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Batch()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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