A Patch Document Tool

Unresolved directive in patch_document.adoc - include::nav.adoc[] Patch Document Tool


This example is a simple java tool for creating patch documents for editing resources. The source contains two Java classes:

PatchDocument

A container for a patch docment that has a list of patch operations.

PatchDocumentBuilder

A builder that creates a patch document and enforce the correct syntax of the patch operations. It has methods for following the Xelion class hierarchy (see the withXXX() methods).

The source is avaiable here.

Requirements
  • Java 8 or newer