Class | Description |
---|---|
DefaultMDSPublishPluginFactory | |
ResourceBundleConflictResolutionHook |
ConflictResolutionHook that is configured in adf-resourcebundle-xliff.xsd which is used by MDS to determine which handler to call
to resolve the resourcebundle merge conflicts :
<xsd:element name="xliff" type="xliffType">
<xsd:annotation>
<xsd:appinfo>
<md:elementMetadata>
<mds:automergeEnabled>true</mds:automergeEnabled>
<mds:automerge>childListOrderNotImportant</mds:automerge>
<mds:conflict-resolution-policy>
callback
</mds:conflict-resolution-policy>
<mds:conflict-resolution-hook>
oracle.adfinternal.resourcebundle.merge.handler.ResourceBundleConflictResolutionHook
</mds:conflict-resolution-hook>
</md:elementMetadata>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|
ResourceBundleDiffMergeManager | |
ResourceBundleMergeDiffDetails |
This class stores all the conflict details ( trans-unit source , note , conflict origin , conflict type) for a transunit key
|
ResourceBundleMergeHandler |
Merge handler to resolve conflicts for .xlf documents(resourcebundle) in MDS during sandbox "refresh" operations.
|
ResourceBundleMergeHandlerFactory |
Factory for resourcebundle merge handler
|
ResourceBundleMergeHandlerHelper |
Helper class which provides helper methods to do the actual conflict resolution determination.
|