@FunctionalInterface
public static interface SourceZip.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
process(java.nio.file.Path relativeZipEntryPath,
ParseResult<CompilationUnit> result)
Process the given parse result.
|
void process(java.nio.file.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.