Package edu.pdx.cs410J.grader
Class ProjectSubmissionsProcessor
java.lang.Object
edu.pdx.cs410J.grader.StudentEmailAttachmentProcessor
edu.pdx.cs410J.grader.ProjectSubmissionsProcessor
- All Implemented Interfaces:
EmailAttachmentProcessor
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.pdx.cs410J.grader.StudentEmailAttachmentProcessor
StudentEmailAttachmentProcessor.SubmissionException
-
Field Summary
Fields inherited from class edu.pdx.cs410J.grader.StudentEmailAttachmentProcessor
directory, gradeBook, logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
noteSubmissionInGradeBook
(Manifest manifest) void
processAttachment
(jakarta.mail.Message message, String fileName, InputStream inputStream, String contentType) Methods inherited from class edu.pdx.cs410J.grader.StudentEmailAttachmentProcessor
debug, info, logException, warn
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
hasSupportedContentType
-
Field Details
-
EMAIL_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
ProjectSubmissionsProcessor
-
-
Method Details
-
getSupportedContentTypes
-
processAttachment
public void processAttachment(jakarta.mail.Message message, String fileName, InputStream inputStream, String contentType) -
noteSubmissionInGradeBook
void noteSubmissionInGradeBook(Manifest manifest) throws StudentEmailAttachmentProcessor.SubmissionException -
getEmailFolder
- Specified by:
getEmailFolder
in classStudentEmailAttachmentProcessor
-