public interface DescriptorService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIntegrity(List<AssemblyEntry> entries,
Path dirWithFiles)
This method checks the integrity of the files inside a directory and a list of assembly entries
|
void |
compareMuleDistros(Path oldMulePath)
This method creates file descriptor of the current client mule and then compares with the original file descriptor of the
same version.
|
List<AssemblyEntry> |
getEntriesInPath(Path directory)
This method recursively gets the assembly entries from the files inside a directory
|
void compareMuleDistros(Path oldMulePath) throws IOException
oldMulePath - Path of the current mule distro.IOException - I/O Exception.List<AssemblyEntry> getEntriesInPath(Path directory) throws IOException
directory - Path of the directory to get the assembly entries list.IOException - I/O Exception.boolean checkIntegrity(List<AssemblyEntry> entries, Path dirWithFiles) throws IOException
entries - List of assembly entriesdirWithFiles - Path of the directory to be checked against the assembly entries listIOException - I/O Exception.Copyright © 2021 MuleSoft, Inc.. All rights reserved.