Package org.teavm.tooling.builder
Interface BuildResult
- All Known Implementing Classes:
SimpleBuildResult
public interface BuildResult
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCallGraph
CallGraph getCallGraph() -
getProblems
ProblemProvider getProblems() -
getUsedResources
Collection<String> getUsedResources() -
getClasses
Collection<String> getClasses() -
getGeneratedFiles
Collection<String> getGeneratedFiles()
-