| Package | Description |
|---|---|
| com.mulesoft.tools.migration.project.model | |
| com.mulesoft.tools.migration.project.model.artifact |
| Modifier and Type | Method and Description |
|---|---|
Optional<MuleArtifactJsonModel> |
ApplicationModel.getMuleArtifactJsonModel()
Retrieves the
MuleArtifactJsonModel. |
| Modifier and Type | Method and Description |
|---|---|
MuleArtifactJsonModel |
MuleArtifactJsonModel.MuleApplicationJsonModelBuilder.build()
Builds the mule-artifact based on the file pointed by the pom path.
|
static MuleArtifactJsonModel |
MuleArtifactJsonModelUtils.buildMinimalMuleArtifactJson(String minMuleVersion)
Builds a minimal mule-artifact.json representational model with the specified name.
|
static MuleArtifactJsonModel |
MuleArtifactJsonModelUtils.buildMinimalMuleArtifactJson(String minMuleVersion,
List<String> secureProperties)
Builds a minimal mule-artifact.json representational model with the specified name.
|
static MuleArtifactJsonModel |
MuleArtifactJsonModelUtils.buildMule4ArtifactJson(String name,
Collection<Path> configs,
String muleVersion)
Builds a minimal mule-artifact.json representational model with the specified name.
|
static MuleArtifactJsonModel |
MuleArtifactJsonModelUtils.buildMuleArtifactJson(Path muleArtifactJson)
Builds a mule-artifact.json representational model from the specified path.
|
Copyright © 2018 MuleSoft Inc. All rights reserved.