Interface ValidationResult
@NoImplement
public interface ValidationResult
Contains the result of a call to
MuleAstUtils.validate(org.mule.runtime.ast.api.ArtifactAst) for a given artifact.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()The returned collection contains one item for each validation that failed.
-
Method Details
-
getItems
Collection<ValidationResultItem> getItems()The returned collection contains one item for each validation that failed.- Returns:
- the details of the findings of the validation process.
-