public interface ConfigFilesService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkConflicts(Path oldMule,
Path newMule,
boolean isDryRunMode) |
void |
copyFinalConfigFiles(Path oldMule,
boolean dryRun) |
String |
getFilesWithConflictsSuffix() |
Path |
getResolvedConflictsFolder() |
String |
getSolveConflictsDocsPage()
Gets the documentation page section explaining in detail how to resolve the config files conflicts to be used in the ERROR
messages logs.
|
boolean checkConflicts(Path oldMule, Path newMule, boolean isDryRunMode) throws IOException
IOExceptionvoid copyFinalConfigFiles(Path oldMule, boolean dryRun) throws IOException
IOExceptionPath getResolvedConflictsFolder()
String getFilesWithConflictsSuffix()
String getSolveConflictsDocsPage()
FileNotFoundExceptionCopyright © 2022 MuleSoft, Inc.. All rights reserved.