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