Package skyview.executive
Class Batch
- java.lang.Object
-
- skyview.executive.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.
-
-
-
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
-
-