@FunctionalInterface
public static interface SourceRoot.Callback
Modifier and Type | Interface and Description |
---|---|
static class |
SourceRoot.Callback.Result |
Modifier and Type | Method and Description |
---|---|
SourceRoot.Callback.Result |
process(java.nio.file.Path localPath,
java.nio.file.Path absolutePath,
ParseResult<CompilationUnit> result) |
SourceRoot.Callback.Result process(java.nio.file.Path localPath, java.nio.file.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.