public interface ArtifactConfigurationProcessor
ArtifactContext.| Modifier and Type | Method and Description |
|---|---|
ArtifactContext |
createArtifactContext(ArtifactContextConfiguration artifactContextConfiguration)
Creates an
ArtifactContext for an artifact based on the configuration files of the artifact. |
static ArtifactConfigurationProcessor |
discover()
Discovers a
ArtifactConfigurationProcessor using SPI. |
static ArtifactConfigurationProcessor discover()
ArtifactConfigurationProcessor using SPI. One and only one must be present in the classpath.ArtifactConfigurationProcessor discovered using SPI.ArtifactContext createArtifactContext(ArtifactContextConfiguration artifactContextConfiguration) throws ConfigurationException
ArtifactContext for an artifact based on the configuration files of the artifact.artifactContextConfiguration - the configuration of the artifact.ArtifactContextConfigurationException - if there was a problem processing the configuration of the artifact.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.