Class Submit

Direct Known Subclasses:
SubmitAndroidProject

public class Submit extends EmailSender
This class is used to submit assignments in CS410J. The user specified his or her email address as well as the base directory for his/her source files on the command line. The directory is searched recursively for files that are allowed to be submitted. Those files are placed in a zip file and emailed to the grader. A confirmation email is sent to the submitter. More information about the JavaMail API can be found at: http://java.sun.com/products/javamail
Since:
Fall 2000 (Refactored to use fewer static methods in Spring 2006)
Author:
David Whitlock