Uses of Enum Class
com.topologi.diffx.config.TextGranularity
Packages that use TextGranularity
Package
Description
The core set of classes used by Diff-X.
Configuration options for Diff-X.
The set of classes to load characters / text data specifically.
-
Uses of TextGranularity in com.topologi.diffx
Methods in com.topologi.diffx that return TextGranularityModifier and TypeMethodDescriptionprivate static TextGranularityMain.getTextGranularity(String[] args) -
Uses of TextGranularity in com.topologi.diffx.config
Fields in com.topologi.diffx.config declared as TextGranularityModifier and TypeFieldDescriptionprivate TextGranularityDiffXConfig.granularityDefines the text granularity for this configuration.Methods in com.topologi.diffx.config that return TextGranularityModifier and TypeMethodDescriptionDiffXConfig.getGranularity()Returns the granularity of text diffing for this configuration.static TextGranularityReturns the enum constant of this class with the specified name.static TextGranularity[]TextGranularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.topologi.diffx.config with parameters of type TextGranularityModifier and TypeMethodDescriptionvoidDiffXConfig.setGranularity(TextGranularity granularity) Sets the granularity of text diffing for this configuration.Constructors in com.topologi.diffx.config with parameters of type TextGranularityModifierConstructorDescriptionDiffXConfig(TextGranularity granularity) Creates a new configuration for Diff-X.DiffXConfig(WhiteSpaceProcessing whitespace, TextGranularity granularity) Creates a new configuration for Diff-X. -
Uses of TextGranularity in com.topologi.diffx.load.text
Methods in com.topologi.diffx.load.text that return TextGranularityModifier and TypeMethodDescriptionTextTokenizer.granurality()Returns the text granularity of this tokenizer.TokenizerByChar.granurality()AlwaysTextGranularity.CHARACTER.TokenizerByText.granurality()AlwaysTextGranularity.CHARACTER.TokenizerByWord.granurality()AlwaysTextGranularity.WORD.