usflix
Class Driver

java.lang.Object
  extended by usflix.Driver

public class Driver
extends java.lang.Object

Driver class manages user interaction: input and output between the program and users

Version:
2.0 March 3, 2013.
Author:
EJ Jung

Constructor Summary
Driver()
           
 
Method Summary
static void main(java.lang.String[] args)
          The first program argument (args[0]) may contain the movie information file name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

main

public static void main(java.lang.String[] args)
The first program argument (args[0]) may contain the movie information file name

Parameters:
args -