Class CLValidation
java.lang.Object
org.mule.test.classloading.internal.validation.CLValidation
- All Implemented Interfaces:
org.mule.runtime.ast.api.validation.Validation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.runtime.ast.api.validation.Validation
org.mule.runtime.ast.api.validation.Validation.Level -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.ast.api.validation.Validation
validateMany
-
Constructor Details
-
CLValidation
public CLValidation()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.ast.api.validation.Validation
-
getDescription
- Specified by:
getDescriptionin interfaceorg.mule.runtime.ast.api.validation.Validation
-
getLevel
public org.mule.runtime.ast.api.validation.Validation.Level getLevel()- Specified by:
getLevelin interfaceorg.mule.runtime.ast.api.validation.Validation
-
getComponentName
-
applicable
- Specified by:
applicablein interfaceorg.mule.runtime.ast.api.validation.Validation
-
validate
public Optional<org.mule.runtime.ast.api.validation.ValidationResultItem> validate(org.mule.runtime.ast.api.ComponentAst component, org.mule.runtime.ast.api.ArtifactAst artifact) - Specified by:
validatein interfaceorg.mule.runtime.ast.api.validation.Validation
-