public interface DistroPatchService
| Modifier and Type | Method and Description |
|---|---|
List<File> |
getAppliedPatches(Path muleDistribution)
Retrieves all the file paths of the applied patches of a given Mule Runtime Distribution if any.
|
List<File> getAppliedPatches(Path muleDistribution) throws FileNotFoundException
muleDistribution - location of the Mule distribution where backup could reside.FileNotFoundException - if patches dir is not found within the given mule distro location.Copyright © 2021 MuleSoft, Inc.. All rights reserved.