SourceZip

constructor(zipPath: Path)(source)

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.


constructor(zipPath: Path, configuration: ParserConfiguration)(source)

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.