Uses of Enum Class
org.variantsync.diffdetective.datasets.PatchDiffParseOptions.DiffStoragePolicy
-
Uses of PatchDiffParseOptions.DiffStoragePolicy in org.variantsync.diffdetective.datasets
Modifier and TypeFieldDescriptionprivate final PatchDiffParseOptions.DiffStoragePolicy
PatchDiffParseOptions.diffStoragePolicy
The field for thediffStoragePolicy
record component.Modifier and TypeMethodDescriptionPatchDiffParseOptions.diffStoragePolicy()
Returns the value of thediffStoragePolicy
record component.Returns the enum constant of this class with the specified name.PatchDiffParseOptions.DiffStoragePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPatchDiffParseOptions.withDiffStoragePolicy
(PatchDiffParseOptions.DiffStoragePolicy diffStoragePolicy) Creates PatchDiffParseOptions with the given policy for storing diffs.ModifierConstructorDescriptionPatchDiffParseOptions
(PatchDiffParseOptions.DiffStoragePolicy diffStoragePolicy, VariationDiffParseOptions variationDiffParseOptions) Creates an instance of aPatchDiffParseOptions
record class.