void |
PrinterGatherer.printErrors(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |
void |
GathererPrinterHelper.printErrors(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |
void |
GathererPrinterHelper.printKind(List<Notification> notificationsNotes,
ProcessingEnvironment processingEnv,
Context context,
Diagnostic.Kind kind,
String singular,
String plural)
Given a list of Notifications, and a criteria to print them (see Diagnostic.Kind), it will iterate
over the list to describe while sorting them in a pretty way.
|
void |
PrinterGatherer.printNotes(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |
void |
GathererPrinterHelper.printNotes(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |
void |
PrinterGatherer.printWarnings(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |
void |
GathererPrinterHelper.printWarnings(NotificationGatherer notificationGatherer,
ProcessingEnvironment processingEnv,
Context context) |