Class Batch


  • public class Batch
    extends Object
    • Constructor Detail

      • Batch

        public Batch()
    • Method Detail

      • 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