| Interface | Description |
|---|---|
| ArtifactAstValidator |
Implementations provide capabilities for running the validations available for a given
ArtifactAst. |
| ArtifactAstValidatorBuilder |
Provides a way to create
ArtifactAstValidator instances. |
| ArtifactValidation |
Defines a validation for an
ArtifactAst. |
| Validation |
Defines a validation for a
ComponentAst within an ArtifactAst. |
| ValidationResult |
Contains the result of a call to
MuleAstUtils.validate(org.mule.runtime.ast.api.ArtifactAst) for a given artifact. |
| ValidationResultItem |
Relates a failing validation to the component where that validation failed.
|
| ValidationsProvider |
Determines the validations to run for a specific artifact/set of components.
|
| Enum | Description |
|---|---|
| Validation.Level |
Defines the severity of a validation failure.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.