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<String> |
getPlainMessages() |
boolean |
hasErrors() |
boolean |
hasFatalErrors() |
boolean |
hasWarnings() |
void |
reportError(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
void |
reportFatalError(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
void |
reportInfo(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
void |
reportWarning(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public void reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public boolean hasErrors()
public boolean hasWarnings()
public boolean hasFatalErrors()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.