Class TestMessager
java.lang.Object
org.kordamp.jipsy.processor.testutils.TestMessager
- All Implemented Interfaces:
Messager
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmessages()voidprintMessage(Diagnostic.Kind kind, CharSequence msg) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) voidreset()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Messager
printError, printError, printNote, printNote, printWarning, printWarning
-
Field Details
-
messages
-
-
Constructor Details
-
TestMessager
public TestMessager()
-
-
Method Details
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
public void printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) - Specified by:
printMessagein interfaceMessager
-
reset
public void reset() -
messages
-