Package edu.pdx.cs410J.grader
Class ZipFileOfFilesMaker
java.lang.Object
edu.pdx.cs410J.grader.ZipFileMaker
edu.pdx.cs410J.grader.ZipFileOfFilesMaker
-
Field Summary
Fields inherited from class edu.pdx.cs410J.grader.ZipFileMaker
logger, manifestEntries
-
Constructor Summary
ConstructorDescriptionZipFileOfFilesMaker
(Map<File, String> sourceFilesAndNames, File zipFile, Map<Attributes.Name, String> manifestEntries) -
Method Summary
Methods inherited from class edu.pdx.cs410J.grader.ZipFileMaker
makeZipFile
-
Constructor Details
-
ZipFileOfFilesMaker
public ZipFileOfFilesMaker(Map<File, String> sourceFilesAndNames, File zipFile, Map<Attributes.Name, throws FileNotFoundExceptionString> manifestEntries) - Throws:
FileNotFoundException
-
-
Method Details
-
makeZipFile
- Throws:
IOException
-
main
- Throws:
IOException
-