Uses of Class
com.deltaxml.core.config.moves.MoveCandidate
Packages that use MoveCandidate
Package
Description
Contains classes and enums used to provide configuration options for moves processing to
PipelinedComparator, DocumentComparator and
DataComparator.-
Uses of MoveCandidate in com.deltaxml.core.config.moves
Methods in com.deltaxml.core.config.moves that return types with arguments of type MoveCandidateModifier and TypeMethodDescriptionMoveDetectionConfig.getMoveCandidates()Gets the list of MoveCandidates.static List<MoveCandidate>InternalConfigConnector.getResolvedMoveCandidates(MoveDetectionConfig cfg) Gets the complete list ofMoveCandidate's from the providedMoveDetectionConfig.Method parameters in com.deltaxml.core.config.moves with type arguments of type MoveCandidateModifier and TypeMethodDescriptionvoidMoveDetectionConfig.setMoveCandidates(List<MoveCandidate> moveCandidates) Sets the list of MoveCandidates.Constructor parameters in com.deltaxml.core.config.moves with type arguments of type MoveCandidateModifierConstructorDescriptionMoveDetectionConfig(MoveDetectionType moveDetectionType, List<MoveCandidate> moveCandidates) Initialises a MoveDetectionConfig for given parameters.MoveDetectionConfig(List<MoveCandidate> moveCandidates) Initialises an unrestricted MoveDetectionConfig with a list of move candidates.