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() |
boolean checkConflicts(Path oldMule, Path newMule, boolean isDryRunMode) throws IOException
IOExceptionvoid copyFinalConfigFiles(Path oldMule, boolean dryRun) throws IOException
IOExceptionPath getResolvedConflictsFolder()
String getFilesWithConflictsSuffix()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.