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> |
getAppliedPatchesWithRelativePaths(Path muleDistribution)
Retrieves all the applied patches of a given Mule Runtime Distribution if any using relative paths.
|
Path |
getPatchesDir(Path muleDistribution)
Get patches dir inside the Mule Distribution path passed as parameter
|
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.List<File> getAppliedPatchesWithRelativePaths(Path muleDistribution) throws FileNotFoundException
muleDistribution - location of the Mule distribution where patches could reside.FileNotFoundException - if patches dir is not found within the given mule distro location.Copyright © 2022 MuleSoft, Inc.. All rights reserved.