@FunctionalInterface public static interface SourceRoot.Callback
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
SourceRoot.Callback.Result |
| Modifier and Type | Method | Description |
|---|---|---|
SourceRoot.Callback.Result |
process(Path localPath,
Path absolutePath,
ParseResult<CompilationUnit> result) |
SourceRoot.Callback.Result process(Path localPath, Path absolutePath, ParseResult<CompilationUnit> result)
localPath - the path to the file that was parsed, relative to the source root path.absolutePath - the absolute path to the file that was parsed.result - the result of of parsing the file.Copyright © 2007–2019. All rights reserved.