| Package | Description |
|---|---|
| com.mulesoft.runtime.upgrade.tool.domain | |
| com.mulesoft.runtime.upgrade.tool.service | |
| com.mulesoft.runtime.upgrade.tool.service.api |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyEntry> |
BackupDescriptor.getBackupEntries() |
| Modifier and Type | Method and Description |
|---|---|
BackupDescriptor.Builder |
BackupDescriptor.Builder.backupEntries(List<AssemblyEntry> backupEntries) |
| Constructor and Description |
|---|
BackupDescriptor(Instant backupGenerationTimestamp,
String upgradeToolVersion,
String muleRuntimeDistributionVersion,
List<AssemblyEntry> backupEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyEntry> |
DefaultDescriptorService.getAssemblyEntryListByFileDescriptor(String currentVersion,
Path mulePath)
Looking for File Descriptor inside the tool, and if doesn't exist there, try to find it inside the Mule Runtime Distribution.
|
List<AssemblyEntry> |
DefaultDescriptorService.getEntriesInPath(Path directory) |
List<AssemblyEntry> |
DefaultDescriptorService.getEntriesInPathForSelectedPaths(Path mulePath,
List<Path> pathsToGetEntries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultDescriptorService.checkIntegrity(List<AssemblyEntry> descriptorEntries,
Path dirWithFiles) |
void |
DefaultDescriptorService.compareFileDescriptors(List<AssemblyEntry> currentDistroFileDescriptor,
List<AssemblyEntry> originalFileDescriptor,
List<String> excludedPaths) |
void |
DefaultDescriptorService.compareFileDescriptors(List<AssemblyEntry> currentDistroFileDescriptor,
List<AssemblyEntry> originalFileDescriptor,
List<String> excludedPaths) |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyEntry> |
DescriptorService.getAssemblyEntryListByFileDescriptor(String currentVersion,
Path mulePath)
Looking for File Descriptor inside the tool, and if doesn't exist there, try to find it inside the Mule Runtime Distribution.
|
List<AssemblyEntry> |
DescriptorService.getEntriesInPath(Path directory)
This method recursively gets the assembly entries from the files inside a directory
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DescriptorService.checkIntegrity(List<AssemblyEntry> entries,
Path dirWithFiles)
This method checks the integrity of the files inside a directory and a list of assembly entries
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.