Package edu.pdx.cs410J.grader
Class ZipFileMaker
java.lang.Object
edu.pdx.cs410J.grader.ZipFileMaker
- Direct Known Subclasses:
ZipFileOfFilesMaker
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.slf4j.Logger
protected final Map<Attributes.Name,
String> -
Constructor Summary
ConstructorDescriptionZipFileMaker
(File zipFile, Map<Attributes.Name, String> manifestEntries) ZipFileMaker
(OutputStream zipStream, Map<Attributes.Name, String> manifestEntries) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
makeZipFile
(Map<ZipEntry, InputStream> zipFileEntries)
-
Field Details
-
logger
-
manifestEntries
-
-
Constructor Details
-
ZipFileMaker
public ZipFileMaker(File zipFile, Map<Attributes.Name, String> manifestEntries) throws FileNotFoundException- Throws:
FileNotFoundException
-
ZipFileMaker
-
-
Method Details
-
makeZipFile
- Throws:
IOException
-