Interface BuildResult

All Known Implementing Classes:
SimpleBuildResult

public interface BuildResult
  • Method Details

    • getCallGraph

      org.teavm.callgraph.CallGraph getCallGraph()
    • getProblems

      org.teavm.diagnostics.ProblemProvider getProblems()
    • getUsedResources

      Collection<String> getUsedResources()
    • getClasses

      Collection<String> getClasses()
    • getGeneratedFiles

      Collection<String> getGeneratedFiles()