public class DefaultValuesPolicyMuleArtifactJsonGenerator extends AbstractDefaultValuesMuleArtifactJsonGenerator
MULE_ID, serializer| Constructor and Description |
|---|
DefaultValuesPolicyMuleArtifactJsonGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setBuilderWithDefaultBundleDescriptorLoaderValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver artifactContentResolver)
Updates a
MuleApplicationModel.MuleApplicationModelBuilder bundleDescriptorLoader field with default the default
value based on the MuleApplicationModel. |
protected void |
setBuilderWithDefaultExportedPackagesValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
Updates a
MuleApplicationModel.MuleApplicationModelBuilder exportedPackages in the attributes field with default
values based on a MuleArtifactContentResolver. |
protected void |
setBuilderWithDefaultExportedResourcesValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
Updates a
MuleApplicationModel.MuleApplicationModelBuilder exportedResources in the attributes field with default
values based on a MuleArtifactContentResolver. |
protected void |
setBuilderWithDefaultRequiredProduct(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
Sets the builder with the default required
Product |
generate, generate, getBuilderWithRequiredValues, getConfigs, getUpdatedAttributes, setBuilderWithDefaultConfigsValue, setBuilderWithDefaultName, setBuilderWithDefaultRedeploymentEnabled, setBuilderWithDefaultSecureProperties, setBuilderWithIncludeTestDependenciespublic DefaultValuesPolicyMuleArtifactJsonGenerator()
protected void setBuilderWithDefaultRequiredProduct(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
throws IOException
AbstractDefaultValuesMuleArtifactJsonGeneratorProductsetBuilderWithDefaultRequiredProduct in class AbstractDefaultValuesMuleArtifactJsonGeneratorbuilder - builder for the mule artifact that is going to be generatedoriginalMuleArtifact - the application content resolvermuleArtifactContentResolver - the application content resolverIOExceptionprotected void setBuilderWithDefaultExportedPackagesValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
throws IOException
AbstractDefaultValuesMuleArtifactJsonGeneratorMuleApplicationModel.MuleApplicationModelBuilder exportedPackages in the attributes field with default
values based on a MuleArtifactContentResolver.setBuilderWithDefaultExportedPackagesValue in class AbstractDefaultValuesMuleArtifactJsonGeneratorbuilder - builder for the mule artifact that is going to be generatedoriginalMuleArtifact - original mule application modelmuleArtifactContentResolver - the application content resolverIOExceptionprotected void setBuilderWithDefaultExportedResourcesValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver muleArtifactContentResolver)
throws IOException
AbstractDefaultValuesMuleArtifactJsonGeneratorMuleApplicationModel.MuleApplicationModelBuilder exportedResources in the attributes field with default
values based on a MuleArtifactContentResolver.setBuilderWithDefaultExportedResourcesValue in class AbstractDefaultValuesMuleArtifactJsonGeneratorbuilder - builder for the mule artifact that is going to be generatedoriginalMuleArtifact - the application content resolvermuleArtifactContentResolver - the application content resolverIOExceptionprotected void setBuilderWithDefaultBundleDescriptorLoaderValue(org.mule.runtime.api.deployment.meta.MuleApplicationModel.MuleApplicationModelBuilder builder,
org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleArtifact,
MuleArtifactContentResolver artifactContentResolver)
AbstractDefaultValuesMuleArtifactJsonGeneratorMuleApplicationModel.MuleApplicationModelBuilder bundleDescriptorLoader field with default the default
value based on the MuleApplicationModel.setBuilderWithDefaultBundleDescriptorLoaderValue in class AbstractDefaultValuesMuleArtifactJsonGeneratorbuilder - builder for the mule artifact that is going to be generatedoriginalMuleArtifact - the application content resolverCopyright © 2018 MuleSoft Inc. All rights reserved.