Uses of Class
org.apache.commons.text.diff.EditCommand
-
Packages that use EditCommand Package Description org.apache.commons.text.diff Provides algorithms for diff between strings. -
-
Uses of EditCommand in org.apache.commons.text.diff
Subclasses of EditCommand in org.apache.commons.text.diff Modifier and Type Class Description classDeleteCommand<T>Command representing the deletion of one object of the first sequence.classInsertCommand<T>Command representing the insertion of one object of the second sequence.classKeepCommand<T>Command representing the keeping of one object present in both sequences.Fields in org.apache.commons.text.diff with type parameters of type EditCommand Modifier and Type Field Description private java.util.List<EditCommand<T>>EditScript. commandsContainer for the commands.
-