| Package | Description |
|---|---|
| com.topologi.diffx.config |
Configuration options for Diff-X.
|
| com.topologi.diffx.load.text |
The set of classes to load characters / text data specifically.
|
| Modifier and Type | Method and Description |
|---|---|
WhiteSpaceProcessing |
DiffXConfig.getWhiteSpaceProcessing()
Returns the granularity of text diffing for this configuration.
|
static WhiteSpaceProcessing |
WhiteSpaceProcessing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhiteSpaceProcessing[] |
WhiteSpaceProcessing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiffXConfig.setWhiteSpaceProcessing(WhiteSpaceProcessing whitespace)
Sets the white space processing for this configuration.
|
| Constructor and Description |
|---|
DiffXConfig(WhiteSpaceProcessing whitespace,
TextGranularity granularity)
Creates a new configuration for Diff-X.
|
| Constructor and Description |
|---|
TokenizerByText(WhiteSpaceProcessing whitespace)
Creates a new tokenizer.
|
TokenizerByWord(WhiteSpaceProcessing whitespace)
Creates a new tokenizer.
|
Copyright © 2007-2022. All Rights Reserved.