| Package | Description |
|---|---|
| org.mule.devkit.generation.api.gatherer | |
| org.mule.devkit.generation.api.gatherer.printing |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationGatherer.getErrors() |
List<Notification> |
NotificationGatherer.getNotes() |
List<Notification> |
NotificationGatherer.getNotifications() |
List<Notification> |
NotificationGatherer.getWarnings() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.