SourceZip

open class SourceZip(source)

A collection of Java source files and its sub-directories located in a ZIP or JAR file on the file system. Files can be parsed with a callback.

Constructors

Link copied to clipboard
constructor(zipPath: Path)
Create a new ZIP parser.
constructor(zipPath: Path, configuration: ParserConfiguration)
Create a new ZIP parser.

Types

Link copied to clipboard
An interface to define a callback for each file that's parsed.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun parse(callback: SourceZip.Callback): SourceZip
Tries to parse all '.