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