public class AstNotification extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AstNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSenseNotification> |
getDataSenseNotifications() |
List<DataSenseNotification> |
getDataSenseNotifications(org.mule.runtime.api.component.location.Location location) |
List<DataSenseNotification> |
getDataSenseNotifications(Predicate<DataSenseNotification> dataSenseNotificationPredicate) |
List<String> |
getPlainMessages() |
boolean |
hasErrors() |
boolean |
hasFatalErrors() |
boolean |
hasWarnings() |
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) |
public List<DataSenseNotification> getDataSenseNotifications()
public List<DataSenseNotification> getDataSenseNotifications(Predicate<DataSenseNotification> dataSenseNotificationPredicate)
public List<DataSenseNotification> getDataSenseNotifications(org.mule.runtime.api.component.location.Location location)
public void reportFatalError(org.mule.runtime.api.i18n.I18nMessage message)
public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
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)
public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
public void reportError(org.mule.runtime.api.i18n.I18nMessage message)
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)
public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
public void reportWarning(org.mule.runtime.api.i18n.I18nMessage message)
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)
public void reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
public void reportInfo(org.mule.runtime.api.i18n.I18nMessage message)
public void reportDebug(org.mule.runtime.api.i18n.I18nMessage message)
public void reportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message)
public boolean hasErrors()
public boolean hasWarnings()
public boolean hasFatalErrors()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.