SourceZip
Create a new ZIP parser. An instance of JavaParser with the default ParserConfiguration will be used to parse the ZIP.
Parameters
zipPath
The absolute path of ZIP file to parse.
Create a new ZIP parser. An instance of JavaParser with the given configuration will be used to parse the ZIP.
Parameters
zipPath
The absolute path of ZIP file to parse.
configuration
The configuration to initiate the default parser with.