Archiver (part 11)

  • 32
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments (2)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Justin Smith
Level 38 , Greenfield, USA, United States
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.
Henrique
Level 41 , São Paulo, Brazil
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.