Uses of Class
org.mule.devkit.generation.api.gatherer.Notification

Packages that use Notification
org.mule.devkit.generation.api.gatherer   
org.mule.devkit.generation.api.gatherer.printing   
 

Uses of Notification in org.mule.devkit.generation.api.gatherer
 

Methods in org.mule.devkit.generation.api.gatherer that return types with arguments of type Notification
 List<Notification> NotificationGatherer.getErrors()
           
 List<Notification> NotificationGatherer.getNotes()
           
 List<Notification> NotificationGatherer.getNotifications()
           
 List<Notification> NotificationGatherer.getWarnings()
           
 

Uses of Notification in org.mule.devkit.generation.api.gatherer.printing
 

Method parameters in org.mule.devkit.generation.api.gatherer.printing with type arguments of type Notification
 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.