| Package | Description |
|---|---|
| org.mule.runtime.api.deployment.meta |
| Modifier and Type | Method and Description |
|---|---|
static Product |
Product.getProductByName(String coreLibraryName) |
Product |
AbstractMuleArtifactModel.getRequiredProduct() |
Product |
AbstractMuleArtifactModelBuilder.getRequiredProduct() |
static Product |
Product.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product[] |
Product.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractMuleArtifactModelBuilder.setRequiredProduct(Product product)
Sets the required product for the artifact.
|
boolean |
Product.supports(Product product) |
| Constructor and Description |
|---|
AbstractMuleArtifactModel(String name,
String minMuleVersion,
Product requiredProduct,
MuleArtifactLoaderDescriptor classLoaderModelLoaderDescriptor,
MuleArtifactLoaderDescriptor bundleDescriptorLoader)
Creates a new model
|
MuleDeployableModel(String name,
String minMuleVersion,
Product product,
MuleArtifactLoaderDescriptor classLoaderModelLoaderDescriptor,
MuleArtifactLoaderDescriptor bundleDescriptorLoader,
Set<String> configs,
Optional<Boolean> redeploymentEnabled,
List<String> secureProperties,
String logConfigFile)
Creates a new model
|
Copyright © 2020 MuleSoft, Inc.. All rights reserved.