Finally, we'll try to provide a decent implementation for the ZipCreateCommand class's execute() method that
we added previously. To do this, we need to: 1. Display "Creating an archive." at the beginning of the method. Don't forget that we are using
the ConsoleHelper class to work with the console.
Archiver (part 11)
- 32
Locked
Comments (2)
- Popular
- New
- Old
You must be signed in to leave a comment
Justin Smith
22 April 2022, 11:28
Not really sure why this one is rated hard, I found it pretty simple. No complicated loops, no weird string parsing, just following the directions.
0
Henrique
12 August 2020, 20:13
In case it's not clear for everyone, from point 3. and so on, you must work in ZipCreateCommand class, not in getZipFileManager() method, not even in ZipCommand class.
+1