Uses of Interface
org.mule.devkit.generation.api.gatherer.DevkitNotification

Packages that use DevkitNotification
org.mule.devkit.generation.api.gatherer   
 

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

Classes in org.mule.devkit.generation.api.gatherer that implement DevkitNotification
 class Message
          Known errors that can have hints or messages.
 

Methods in org.mule.devkit.generation.api.gatherer with parameters of type DevkitNotification
 void NotificationGatherer.error(Identifiable element, DevkitNotification error, Object... args)
           
 void NotificationGatherer.errorAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 void NotificationGatherer.note(Identifiable element, DevkitNotification error, Object... args)
           
 void NotificationGatherer.noteAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 void NotificationGatherer.warn(Identifiable element, DevkitNotification error, Object... args)
           
 void NotificationGatherer.warnAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.