Module dev.metaschema.databind
Package dev.metaschema.databind.codegen
Class JavaCompilerSupport.CompilationResult
java.lang.Object
dev.metaschema.databind.codegen.JavaCompilerSupport.CompilationResult
- Enclosing class:
- JavaCompilerSupport
Contains the result of a compilation operation.
-
Method Summary
Modifier and TypeMethodDescriptionGet the compilation diagnostics.booleanCheck if the compilation was successful.
-
Method Details
-
isSuccessful
public boolean isSuccessful()Check if the compilation was successful.- Returns:
trueif compilation succeeded,falseotherwise
-
getDiagnostics
Get the compilation diagnostics.- Returns:
- the diagnostics collector containing any warnings or errors
-