Package org.alfresco.util.schemacomp
Class SchemaDifferenceHelper
java.lang.Object
org.alfresco.util.schemacomp.SchemaDifferenceHelper
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaDifferenceHelper(Dialect dialect, PatchService patchService) SchemaDifferenceHelper(Dialect dialect, PatchService patchService, List<SchemaUpgradeScriptPatch> upgradePatches) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected StringRetrieves the comparison result description message in the default system language.findPatchCausingDifference(Result result) protected org.springframework.core.io.ResourcegetDialectResource(String resourceUrl)
-
Constructor Details
-
SchemaDifferenceHelper
-
SchemaDifferenceHelper
public SchemaDifferenceHelper(Dialect dialect, PatchService patchService, List<SchemaUpgradeScriptPatch> upgradePatches)
-
-
Method Details
-
addUpgradeScriptPatch
-
findPatchCausingDifference
-
getDialectResource
-
describe
Retrieves the comparison result description message in the default system language.- Parameters:
result- The result of a differencing or validation operation.- Returns:
- Comparison result description message in the default system language.
-