@FunctionalInterface public static interface SourceZip.Callback
Modifier and Type | Method | Description |
---|---|---|
void |
process(Path relativeZipEntryPath,
ParseResult<CompilationUnit> result) |
Process the given parse result.
|
void process(Path relativeZipEntryPath, ParseResult<CompilationUnit> result)
relativeZipEntryPath
- The relative path of the entry in the ZIP file that was parsed.result
- The parse result of file located at absolutePath.Copyright © 2007–2019. All rights reserved.