Uses of Class
org.apache.commons.text.diff.KeepCommand
Package | Description |
---|---|
org.apache.commons.text.diff |
Provides algorithms for diff between strings.
|
-
Uses of KeepCommand in org.apache.commons.text.diff
Methods in org.apache.commons.text.diff with parameters of type KeepCommand Modifier and Type Method Description void
EditScript. append(KeepCommand<T> command)
Add a keep command to the script.