java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.content.DiffWhitespace |
A flag for indicating how whitespace should be handled in a diff, such as being ignored
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DiffWhitespace | IGNORE_ALL | Ignore all whitespace in the diff. | |||||||||
DiffWhitespace | SHOW | The default whitespace setting, where the exact changes of the diff are shown, whitespace and all. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The default whitespace setting, where the exact changes of the diff are shown, whitespace and all.
value | the string value |
---|
DiffWhitespace
value, or SHOW
, but never null
.