Uses of Class
tech.ikora.diff.patch.Patch
-
Packages that use Patch Package Description tech.ikora.diff.parser -
-
Uses of Patch in tech.ikora.diff.parser
Methods in tech.ikora.diff.parser that return types with arguments of type Patch Modifier and Type Method Description List<Patch>DiffParser. parse(InputStream in)List<Patch>DiffParser. parse(String diff)
-