Package edu.pdx.cs410J.grader
Class StudentEmailAttachmentProcessor
java.lang.Object
edu.pdx.cs410J.grader.StudentEmailAttachmentProcessor
- All Implemented Interfaces:
EmailAttachmentProcessor
- Direct Known Subclasses:
ProjectSubmissionsProcessor
,SurveySubmissionsProcessor
,ZipFileSubmissionsProcessor
public abstract class StudentEmailAttachmentProcessor
extends Object
implements EmailAttachmentProcessor
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.pdx.cs410J.grader.EmailAttachmentProcessor
getSupportedContentTypes, hasSupportedContentType, processAttachment
-
Field Details
-
logger
-
directory
-
gradeBook
-
-
Constructor Details
-
StudentEmailAttachmentProcessor
-
-
Method Details
-
logException
-
getEmailFolder
-
warn
-
info
-
debug
-