org.mule.devkit.generation.api.gatherer
Interface NotificationGatherer


public interface NotificationGatherer

Interface for the Notification Gatherer


Method Summary
 void error(Identifiable element, Details details)
           
 void error(Identifiable element, DevkitNotification error, Object... args)
           
 void errorAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 List<Notification> getErrors()
           
 List<Notification> getNotes()
           
 List<Notification> getNotifications()
           
 List<Notification> getWarnings()
           
 boolean hasErrors()
           
 boolean hasNotes()
           
 boolean hasNotifications()
           
 boolean hasWarnings()
           
 void note(Identifiable element, Details details)
           
 void note(Identifiable element, DevkitNotification error, Object... args)
           
 void noteAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 void warn(Identifiable element, Details details)
           
 void warn(Identifiable element, DevkitNotification error, Object... args)
           
 void warnAll(List<? extends Identifiable> elements, DevkitNotification error, Object... args)
           
 

Method Detail

getErrors

List<Notification> getErrors()

getWarnings

List<Notification> getWarnings()

getNotes

List<Notification> getNotes()

getNotifications

List<Notification> getNotifications()

hasErrors

boolean hasErrors()

hasWarnings

boolean hasWarnings()

hasNotes

boolean hasNotes()

hasNotifications

boolean hasNotifications()

error

void error(Identifiable element,
           Details details)

error

void error(Identifiable element,
           DevkitNotification error,
           Object... args)

errorAll

void errorAll(List<? extends Identifiable> elements,
              DevkitNotification error,
              Object... args)

warn

void warn(Identifiable element,
          Details details)

warn

void warn(Identifiable element,
          DevkitNotification error,
          Object... args)

warnAll

void warnAll(List<? extends Identifiable> elements,
             DevkitNotification error,
             Object... args)

note

void note(Identifiable element,
          Details details)

note

void note(Identifiable element,
          DevkitNotification error,
          Object... args)

noteAll

void noteAll(List<? extends Identifiable> elements,
             DevkitNotification error,
             Object... args)


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