Interface SourceRoot.Callback

Enclosing class:
SourceRoot
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SourceRoot.Callback
  • Method Details

    • process

      SourceRoot.Callback.Result process(Path localPath, Path absolutePath, ParseResult<CompilationUnit> result)
      Parameters:
      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.