| Modifier and Type | Method and Description |
|---|---|
BackupDescriptor |
BackupDescriptor.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BackupDescriptor> |
DefaultBackupService.readBackupDescriptor(Path muleDistributionHome)
This function reads the backup descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBackupService.printBackUpDescriptor(Optional<BackupDescriptor> backupDescriptor)
Prints a BackUp Descriptor with a pretty format .
|
| Modifier and Type | Method and Description |
|---|---|
Optional<BackupDescriptor> |
BackupService.readBackupDescriptor(Path muleDistribution)
Retrieves the backup creation metadata stored in the YAML file within the backup directory location if any has been
previously generated as part of an upgrade process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupService.printBackUpDescriptor(Optional<BackupDescriptor> backupDescriptor)
Prints a BackUp Descriptor with a pretty format .
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PrettyPrintingFormatter.formatBackupDescriptor(BackupDescriptor backupDescriptor) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.