public interface MuleSdkExtensionModelLoadingMediator
ExtensionModel which represents the ArtifactAst being parsed.| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.meta.model.ExtensionModel> |
loadExtensionModel(org.mule.runtime.ast.api.ArtifactAst ast,
ClassLoader classLoader,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions) |
Optional<org.mule.runtime.api.meta.model.ExtensionModel> loadExtensionModel(org.mule.runtime.ast.api.ArtifactAst ast, ClassLoader classLoader, Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions) throws org.mule.runtime.core.api.config.ConfigurationException
ast - the artifact's ASTclassLoader - the artifact's classloaderextensions - the initial set of extensions the artifact depends on.ExtensionModel that represents the ast.org.mule.runtime.core.api.config.ConfigurationException - if the artifact couldn't be parsed.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.