@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 |
getDocsPage()
Gets the name for the docs page.
|
String |
getDocsSolveConfigConflictsSection()
Gets the name for the docs resolve config conflicts section.
|
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 |
setDocsPage(String docsPage) |
void |
setDocsSolveConfigConflictsSection(String docsSolveConfigConflictsSection) |
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 String getDocsPage()
UpgradeConfigServicegetDocsPage in interface UpgradeConfigServicepublic String getDocsSolveConfigConflictsSection()
UpgradeConfigServicegetDocsSolveConfigConflictsSection in interface UpgradeConfigServicepublic void setUpgradeToolUpgradeFilesFolder(String upgradeToolUpgradeFilesFolder)
public void setConfigFilesResolvedConflictsFolder(String configFilesResolvedConflictsFolder)
public void setBackupFolderWithinUpgradingMule(String backupFolderWithinUpgradingMule)
public void setBackupDescriptorFileName(String backupDescriptorFileName)
public void setDocsPage(String docsPage)
public void setDocsSolveConfigConflictsSection(String docsSolveConfigConflictsSection)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.