public abstract class AbstractReferenceParametersStereotypesValidations extends Object implements org.mule.runtime.ast.api.validation.ArtifactValidation
| Constructor and Description |
|---|
AbstractReferenceParametersStereotypesValidations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Predicate<? super org.mule.runtime.ast.graph.api.ComponentAstDependency> |
filterArtifact(org.mule.runtime.ast.api.ArtifactAst artifact) |
protected boolean |
filterComponent(org.mule.runtime.ast.graph.api.ComponentAstDependency missingDependency)
Determine whether this dependency must be analyzed or not.
|
List<org.mule.runtime.ast.api.validation.ValidationResultItem> |
validateMany(org.mule.runtime.ast.api.ArtifactAst artifact) |
protected String |
validationMessage(org.mule.runtime.ast.graph.api.ComponentAstDependency missing) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractReferenceParametersStereotypesValidations()
public List<org.mule.runtime.ast.api.validation.ValidationResultItem> validateMany(org.mule.runtime.ast.api.ArtifactAst artifact)
validateMany in interface org.mule.runtime.ast.api.validation.ArtifactValidationprotected boolean filterComponent(org.mule.runtime.ast.graph.api.ComponentAstDependency missingDependency)
missingDependency - the dependency to analyzetrue if this dependency must be analyzed, false if not.protected abstract Predicate<? super org.mule.runtime.ast.graph.api.ComponentAstDependency> filterArtifact(org.mule.runtime.ast.api.ArtifactAst artifact)
protected String validationMessage(org.mule.runtime.ast.graph.api.ComponentAstDependency missing)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.