public abstract class EeTransformResourceSyntacticallyValid
extends org.mule.runtime.config.internal.validation.AbstractExpressionSyntacticallyValid
| Constructor and Description |
|---|
EeTransformResourceSyntacticallyValid(ClassLoader artifactRegionClassLoader,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage,
Supplier<org.mule.runtime.ast.api.validation.Validation.Level> level,
org.mule.runtime.api.el.validation.Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<List<org.mule.runtime.ast.api.ComponentAst>> |
applicable() |
protected abstract boolean |
applicableInner(org.mule.runtime.ast.api.ComponentAst component) |
ClassLoader |
getArtifactRegionClassLoader() |
String |
getDescription() |
String |
getName() |
protected List<org.mule.runtime.ast.api.validation.ValidationResultItem> |
validateResourceExpressionValid(org.mule.runtime.ast.api.ComponentAst component,
org.mule.runtime.ast.api.ComponentParameterAst resourceParam,
String resource) |
getLevel, getSeverity, locationToAdditionalData, validateExpressionpublic EeTransformResourceSyntacticallyValid(ClassLoader artifactRegionClassLoader, org.mule.runtime.api.el.ExpressionLanguage expressionLanguage, Supplier<org.mule.runtime.ast.api.validation.Validation.Level> level, org.mule.runtime.api.el.validation.Severity severity)
public final ClassLoader getArtifactRegionClassLoader()
public final String getName()
public final String getDescription()
protected abstract boolean applicableInner(org.mule.runtime.ast.api.ComponentAst component)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.