public interface UpgradeService
| Modifier and Type | Method and Description |
|---|---|
void |
upgrade(Path oldMule,
Path newMule,
UpgradeOptions upgradeOptions)
Upgrades a Mule Runtime distribution based on a new given one.
|
void upgrade(Path oldMule, Path newMule, UpgradeOptions upgradeOptions) throws IOException
oldMule - path to the Mule distribution to upgrade.newMule - path of the Mule distribution that will be used for the upgrade.upgradeOptions - configuration options for the upgrade.IOException - if any I/O error occurs.Copyright © 2021 MuleSoft, Inc.. All rights reserved.