Uses of Class
com.deltaxml.core.config.moves.MoveDetectionConfig
Packages that use MoveDetectionConfig
Package
Description
Contains classes and enums used to provide configuration options for moves processing to
PipelinedComparator, DocumentComparator and
DataComparator.-
Uses of MoveDetectionConfig in com.deltaxml.core.config.moves
Methods in com.deltaxml.core.config.moves with parameters of type MoveDetectionConfigModifier and TypeMethodDescriptionstatic List<MoveCandidate>InternalConfigConnector.getResolvedMoveCandidates(MoveDetectionConfig cfg) Gets the complete list ofMoveCandidate's from the providedMoveDetectionConfig.static voidInternalConfigConnector.setMovesConfig(MoveDetectionConfig moveDetectionConfig, com.deltaxml.core.config.moves.internal.MovesConfig internalMovesConfig) Sets the internal MovesConfig onto the provided MoveDetectionConfig.static com.deltaxml.core.config.moves.internal.MovesConfigInternalConfigConnector.toInternalConfig(MoveDetectionConfig cfg) Gets the internalMovesConfiginterface that theMoveDetectionConfiguses.