Class AbstractAotMojo.Errors
java.lang.Object
org.springframework.boot.maven.AbstractAotMojo.Errors
- All Implemented Interfaces:
DiagnosticListener<JavaFileObject>
- Enclosing class:
AbstractAotMojo
protected static class AbstractAotMojo.Errors
extends Object
implements DiagnosticListener<JavaFileObject>
DiagnosticListener
used to collect errors.- Since:
- 3.0.0
- Author:
- Phillip Webb, Scott Frederick, Omar YAYA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
report
(Diagnostic<? extends JavaFileObject> diagnostic) toString()
-
Constructor Details
-
Errors
protected Errors()
-
-
Method Details
-
report
- Specified by:
report
in interfaceDiagnosticListener<JavaFileObject>
-
toString
-