Uses of Class
com.deltaxml.mergecommon.config.RuleConfiguration
Packages that use RuleConfiguration
Package
Description
DeltaNova DITA Merge API
DeltaNova XML Merge API
This package provides configuration classes for merge.
-
Uses of RuleConfiguration in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return RuleConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getRuleConfiguration()Returns the currently used (during extract operations) rule configuration object.ThreeWayMerge.getRuleConfiguration()Returns the currently used (for extract operations) rule configuration object.Methods in com.deltaxml.ditamerge with parameters of type RuleConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setRuleConfiguration(RuleConfiguration rc) Allows the rules for merge processing (during extract operations) to be specified.voidThreeWayMerge.setRuleConfiguration(RuleConfiguration rc) Allows the rules for ditamerge processing (during extract operations) to be specified. -
Uses of RuleConfiguration in com.deltaxml.merge
Methods in com.deltaxml.merge that return RuleConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getRuleConfiguration()Returns the currently used (during extract operations) rule configuration object.ThreeWayMerge.getRuleConfiguration()Returns the currently used (for extract operations) rule configuration object.Methods in com.deltaxml.merge with parameters of type RuleConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setRuleConfiguration(RuleConfiguration rc) Allows the rules for merge processing (during extract operations) to be specified.voidThreeWayMerge.setRuleConfiguration(RuleConfiguration rc) Allows the rules for merge processing (during extract operations) to be specified. -
Uses of RuleConfiguration in com.deltaxml.mergecommon.config
Methods in com.deltaxml.mergecommon.config that return RuleConfigurationModifier and TypeMethodDescriptionRuleConfiguration.deepCopy()Create a deep copy of this RuleConfiguration.