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