edu.pdx.starview.apps
Class CommandLineGenImage

java.lang.Object
  extended byedu.pdx.starview.apps.CommandLineGenImage

public class CommandLineGenImage
extends java.lang.Object

This is a command line application used to generate an image to the file system based on arguements passed to the app.

Author:
Dave Camarillo

Constructor Summary
CommandLineGenImage()
           
 
Method Summary
static void main(java.lang.String[] args)
          This validates the command line args, and generates the image to the file system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineGenImage

public CommandLineGenImage()
Method Detail

main

public static void main(java.lang.String[] args)
This validates the command line args, and generates the image to the file system.

Parameters:
args - Arguements from command line.