M - the concrete type of model (application or model) to resolve.public interface ArtifactModelResolver<M extends org.mule.runtime.api.deployment.meta.MuleDeployableModel>
MuleDeployableModel serialized in a JSON file.| Modifier and Type | Method and Description |
|---|---|
static ArtifactModelResolver<org.mule.runtime.api.deployment.meta.MuleApplicationModel> |
applicationModelResolver() |
static ArtifactModelResolver<org.mule.runtime.api.deployment.meta.MuleDomainModel> |
domainModelResolver() |
M |
resolve(File artifactLocation)
Loads and deserializes a
mule-artifact.json file. |
static ArtifactModelResolver<org.mule.runtime.api.deployment.meta.MuleApplicationModel> applicationModelResolver()
static ArtifactModelResolver<org.mule.runtime.api.deployment.meta.MuleDomainModel> domainModelResolver()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.