Everything is ready to implement the ZipContentCommand class's execute() method:
1. Display "Viewing contents of the archive.";
2. Create a ZipFileManager object using the getZipFileManager() method;
3. Display "Archive contents:";
4. Get a list of the archive's files using the getFileList() method.
Archiver (part 14)
- 8
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet