public interface BuildResult
| Modifier and Type | Method and Description |
|---|---|
CallGraph |
getCallGraph() |
Collection<String> |
getClasses() |
Collection<String> |
getGeneratedFiles() |
ProblemProvider |
getProblems() |
Collection<String> |
getUsedResources() |
CallGraph getCallGraph()
ProblemProvider getProblems()
Collection<String> getUsedResources()
Collection<String> getClasses()
Collection<String> getGeneratedFiles()
Copyright © 2019. All rights reserved.