Uses of Enum Class
com.topologi.diffx.config.WhiteSpaceProcessing
Packages that use WhiteSpaceProcessing
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 WhiteSpaceProcessing in com.topologi.diffx
Methods in com.topologi.diffx that return WhiteSpaceProcessingModifier and TypeMethodDescriptionprivate static WhiteSpaceProcessingMain.getWhiteSpaceProcessing(String[] args) -
Uses of WhiteSpaceProcessing in com.topologi.diffx.config
Fields in com.topologi.diffx.config declared as WhiteSpaceProcessingModifier and TypeFieldDescriptionprivate WhiteSpaceProcessingDiffXConfig.whitespaceDefines the whitespace for this configuration.Methods in com.topologi.diffx.config that return WhiteSpaceProcessingModifier and TypeMethodDescriptionDiffXConfig.getWhiteSpaceProcessing()Returns the granularity of text diffing for this configuration.static WhiteSpaceProcessingReturns the enum constant of this class with the specified name.static WhiteSpaceProcessing[]WhiteSpaceProcessing.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 WhiteSpaceProcessingModifier and TypeMethodDescriptionvoidDiffXConfig.setWhiteSpaceProcessing(WhiteSpaceProcessing whitespace) Sets the white space processing for this configuration.Constructors in com.topologi.diffx.config with parameters of type WhiteSpaceProcessingModifierConstructorDescriptionDiffXConfig(WhiteSpaceProcessing whitespace, TextGranularity granularity) Creates a new configuration for Diff-X. -
Uses of WhiteSpaceProcessing in com.topologi.diffx.load.text
Fields in com.topologi.diffx.load.text declared as WhiteSpaceProcessingModifier and TypeFieldDescriptionprivate final WhiteSpaceProcessingTokenizerByText.whitespaceDefine the whitespace processing.private final WhiteSpaceProcessingTokenizerByWord.whitespaceDefine the whitespace processing.Constructors in com.topologi.diffx.load.text with parameters of type WhiteSpaceProcessingModifierConstructorDescriptionTokenizerByText(WhiteSpaceProcessing whitespace) Creates a new tokenizer.TokenizerByWord(WhiteSpaceProcessing whitespace) Creates a new tokenizer.