| 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 |
|---|---|
TextGranularity |
DiffXConfig.getGranularity()
Returns the granularity of text diffing for this configuration.
|
static TextGranularity |
TextGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextGranularity[] |
TextGranularity.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.setGranularity(TextGranularity granularity)
Sets the granularity of text diffing for this configuration.
|
| Constructor and Description |
|---|
DiffXConfig(TextGranularity granularity)
Creates a new configuration for Diff-X.
|
DiffXConfig(WhiteSpaceProcessing whitespace,
TextGranularity granularity)
Creates a new configuration for Diff-X.
|
| Modifier and Type | Method and Description |
|---|---|
TextGranularity |
TokenizerByWord.granurality()
Always
TextGranularity.WORD. |
TextGranularity |
TokenizerByChar.granurality()
Always
TextGranularity.CHARACTER. |
TextGranularity |
TokenizerByText.granurality()
Always
TextGranularity.CHARACTER. |
TextGranularity |
TextTokenizer.granurality()
Returns the text granularity of this tokenizer.
|
Copyright © 2007-2022. All Rights Reserved.