Class TestDiagnosticListener
java.lang.Object
org.kordamp.jipsy.processor.testutils.TestDiagnosticListener
- All Implemented Interfaces:
DiagnosticListener<JavaFileObject>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Diagnostic<JavaFileObject>> voidreport(Diagnostic<? extends JavaFileObject> diagnostic)
-
Field Details
-
diagnostics
-
-
Constructor Details
-
TestDiagnosticListener
public TestDiagnosticListener()
-
-
Method Details
-
report
- Specified by:
reportin interfaceDiagnosticListener<JavaFileObject>
-
diagnostics
-
compile
public static List<Diagnostic<JavaFileObject>> compile(Processor processor, FileType type, String... fileNames) throws IOException - Throws:
IOException
-