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 |
TokenizerByText.granurality()
Always
TextGranularity.CHARACTER . |
TextGranularity |
TokenizerByWord.granurality()
Always
TextGranularity.WORD . |
TextGranularity |
TextTokenizer.granurality()
Returns the text granularity of this tokenizer.
|
TextGranularity |
TokenizerByChar.granurality()
Always
TextGranularity.CHARACTER . |
Copyright © 2007-2019. All Rights Reserved.