Class AstNotification

java.lang.Object
org.mule.datasense.impl.model.ast.AstNotification

public class AstNotification extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.mule.datasenseapi.api.notifications.DataSenseNotification>
     
    List<org.mule.datasenseapi.api.notifications.DataSenseNotification>
    getDataSenseNotifications(Predicate<org.mule.datasenseapi.api.notifications.DataSenseNotification> dataSenseNotificationPredicate)
     
    List<org.mule.datasenseapi.api.notifications.DataSenseNotification>
    getDataSenseNotifications(org.mule.runtime.api.component.location.Location location)
     
     
    boolean
     
    boolean
     
    boolean
     
    void
    reportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportDebug(org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
     
    void
    reportError(org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
     
    void
    reportFatalError(org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportInfo(org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
     
    void
    reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
     
    void
    reportWarning(org.mule.runtime.api.i18n.I18nMessage message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      public static final transient org.slf4j.Logger logger
  • Constructor Details

    • AstNotification

      public AstNotification()
  • Method Details

    • getPlainMessages

      public List<String> getPlainMessages()
    • getDataSenseNotifications

      public List<org.mule.datasenseapi.api.notifications.DataSenseNotification> getDataSenseNotifications()
    • getDataSenseNotifications

      public List<org.mule.datasenseapi.api.notifications.DataSenseNotification> getDataSenseNotifications(Predicate<org.mule.datasenseapi.api.notifications.DataSenseNotification> dataSenseNotificationPredicate)
    • getDataSenseNotifications

      public List<org.mule.datasenseapi.api.notifications.DataSenseNotification> getDataSenseNotifications(org.mule.runtime.api.component.location.Location location)
    • reportFatalError

      public void reportFatalError(org.mule.runtime.api.i18n.I18nMessage message)
    • reportFatalError

      public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
    • reportFatalError

      public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
    • reportError

      public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
    • reportError

      public void reportError(org.mule.runtime.api.i18n.I18nMessage message)
    • reportError

      public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
    • reportWarning

      public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
    • reportWarning

      public void reportWarning(org.mule.runtime.api.i18n.I18nMessage message)
    • reportWarning

      public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason)
    • reportInfo

      public void reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
    • reportInfo

      public void reportInfo(org.mule.runtime.api.i18n.I18nMessage message)
    • reportDebug

      public void reportDebug(org.mule.runtime.api.i18n.I18nMessage message)
    • reportDebug

      public void reportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
    • hasErrors

      public boolean hasErrors()
    • hasWarnings

      public boolean hasWarnings()
    • hasFatalErrors

      public boolean hasFatalErrors()