public interface ArtifactConfigResolverContext
ArtifactConfigResolver to hook up the input for the resolver.| Modifier and Type | Method and Description |
|---|---|
ConfigResource[] |
getArtifactConfigResources() |
String |
getArtifactName() |
Map<String,String> |
getArtifactProperties() |
ClassLoader |
getExecutionClassLoader() |
Set<org.mule.runtime.api.meta.model.ExtensionModel> |
getExtensions() |
XmlApplicationParser |
getXmlApplicationParser() |
XmlConfigurationDocumentLoader |
getXmlConfigurationDocumentLoader() |
Map<String,String> getArtifactProperties()
Map of artifact properties.ConfigResource[] getArtifactConfigResources()
ConfigResource[] of config resources.String getArtifactName()
XmlConfigurationDocumentLoader getXmlConfigurationDocumentLoader()
XmlConfigurationDocumentLoader to load configuration resources documents.Set<org.mule.runtime.api.meta.model.ExtensionModel> getExtensions()
ExtensionModels to parse the configuration files.XmlApplicationParser getXmlApplicationParser()
XmlApplicationParser to parse the configuration files.ClassLoader getExecutionClassLoader()
ClassLoader to load imported configuration files as resource.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.