@Component @ConfigurationProperties(prefix="upgrade") public class DefaultUpgradeConfigService extends Object implements UpgradeConfigService
| Constructor and Description |
|---|
DefaultUpgradeConfigService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupDescriptorFileName()
Gets the name for the backup descriptor file.
|
String |
getBackupFolderName()
Gets the name for the backup folder from the configuration.
|
String |
getConfigFilesResolvedConflictsFolderName()
Gets the name for the runtime configs files folder to resolve conflicts from the configuration.
|
String |
getUpgradeToolFolderName()
Gets the name for the upgrade tool aux folder from the configuration.
|
void |
setBackupDescriptorFileName(String backupDescriptorFileName) |
void |
setBackupFolderWithinUpgradingMule(String backupFolderWithinUpgradingMule) |
void |
setConfigFilesResolvedConflictsFolder(String configFilesResolvedConflictsFolder) |
void |
setUpgradeToolUpgradeFilesFolder(String upgradeToolUpgradeFilesFolder) |
public String getUpgradeToolFolderName()
UpgradeConfigServicegetUpgradeToolFolderName in interface UpgradeConfigServicepublic String getConfigFilesResolvedConflictsFolderName()
UpgradeConfigServicegetConfigFilesResolvedConflictsFolderName in interface UpgradeConfigServicepublic String getBackupFolderName()
UpgradeConfigServicegetBackupFolderName in interface UpgradeConfigServicepublic String getBackupDescriptorFileName()
UpgradeConfigServicegetBackupDescriptorFileName in interface UpgradeConfigServicepublic void setUpgradeToolUpgradeFilesFolder(String upgradeToolUpgradeFilesFolder)
public void setConfigFilesResolvedConflictsFolder(String configFilesResolvedConflictsFolder)
public void setBackupFolderWithinUpgradingMule(String backupFolderWithinUpgradingMule)
public void setBackupDescriptorFileName(String backupDescriptorFileName)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.