public class MuleApplicationModelLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.meta.MuleVersion |
MIN_MULE_GA_VERSION |
| Constructor and Description |
|---|
MuleApplicationModelLoader(org.mule.runtime.api.deployment.meta.MuleApplicationModel muleApplicationModel,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRuntimeProduct() |
String |
getRuntimeVersion() |
MuleApplicationModelLoader |
withRuntimeProduct(String runtimeProduct) |
MuleApplicationModelLoader |
withRuntimeVersion(String runtimeVersion) |
public static final org.mule.runtime.api.meta.MuleVersion MIN_MULE_GA_VERSION
public MuleApplicationModelLoader(org.mule.runtime.api.deployment.meta.MuleApplicationModel muleApplicationModel,
org.apache.maven.plugin.logging.Log log)
public MuleApplicationModelLoader withRuntimeVersion(String runtimeVersion)
public MuleApplicationModelLoader withRuntimeProduct(String runtimeProduct)
public String getRuntimeVersion()
public String getRuntimeProduct()
Copyright © 2019. All rights reserved.