Uses of Enum Class
com.deltaxml.core.config.CancellationPolicy
Packages that use CancellationPolicy
Package
Description
DeltaNova XML Compare API
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of CancellationPolicy in com.deltaxml.core
Methods in com.deltaxml.core with parameters of type CancellationPolicyModifier and TypeMethodDescriptionvoidPipelinedComparator.setCancellationPolicy(CancellationPolicy policy, Optional<Long> timeoutMs) Set a policy to timeout the comparison. -
Uses of CancellationPolicy in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return CancellationPolicyModifier and TypeMethodDescriptionstatic CancellationPolicyReturns the enum constant of this class with the specified name.static CancellationPolicy[]CancellationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.