Uses of Class
com.deltaxml.mergecommon.config.CalsTableConfiguration
Packages that use CalsTableConfiguration
Package
Description
DeltaNova DITA Merge API
DeltaNova XML Merge API
This package is used to define the interfaces and classes that are common to all of the merge products.
-
Uses of CalsTableConfiguration in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return CalsTableConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.SequentialMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.ThreeWayMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.Methods in com.deltaxml.ditamerge with parameters of type CalsTableConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison.voidSequentialMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison.voidThreeWayMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison. -
Uses of CalsTableConfiguration in com.deltaxml.merge
Methods in com.deltaxml.merge that return CalsTableConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.SequentialMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.ThreeWayMerge.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.Methods in com.deltaxml.merge with parameters of type CalsTableConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison.voidSequentialMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison.voidThreeWayMerge.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison. -
Uses of CalsTableConfiguration in com.deltaxml.mergecommon
Methods in com.deltaxml.mergecommon that return CalsTableConfigurationModifier and TypeMethodDescriptionMergeBase.getCalsTableConfiguration()Returns the current configuration options for CALS table comparison.Methods in com.deltaxml.mergecommon with parameters of type CalsTableConfigurationModifier and TypeMethodDescriptionvoidMergeBase.setCalsTableConfiguration(CalsTableConfiguration config) Sets the configuration options for CALS table comparison.