@Service public class DefaultDescriptorService extends Object implements DescriptorService
| Constructor and Description |
|---|
DefaultDescriptorService() |
| Modifier and Type | Method and Description |
|---|---|
void |
compareMuleDistros(Path oldMulePath,
Path newMulePath)
This method creates file descriptor of the current mule version and then compares with the newest file descriptor version.
|
public void compareMuleDistros(Path oldMulePath, Path newMulePath) throws IOException
compareMuleDistros in interface DescriptorServiceoldMulePath - Path of the current mule distro.newMulePath - Path of the newest mule distro.Exception - I/O Exception.IOException - I/O Exception.Copyright © 2021 MuleSoft, Inc.. All rights reserved.