Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Tobias edited this pageOct 16, 2022 ·13 revisions

Introduction

The main purpose of java-diff-utils was and is to provide an easy to use toolset to handle diffs of some kind.

This library, at least this fork, does rely on Java 8 and later. Sorry, if you have to stick with older versions.

There are three main entry classes into this library:

  • DiffUtils: to calculate patches and deltas
  • UnifiedDiffUtils: to process UnifiedDiff files (import / create)
  • text/DiffRowGenerator: to provide a difference set in a readable form
  • unifieddiff/: contains the new implementation of UnifiedDiff parser tools
    • UnifiedDiffReader.parseUnifiedDiff

To look at the examples, I put it all into thetest/examples folder of diffutils.

Examples

SearchExamples for more.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp