クラス TextDifferToMarkdown
java.lang.Object
com.kazurayam.materialstore.base.reduce.differ.AbstractTextDiffer
com.kazurayam.materialstore.base.reduce.differ.TextDifferToMarkdown
- すべての実装されたインタフェース:
Differ
uses java-diff-utils on GitHub
https://github.com/java-diff-utils/java-diff-utils
to make diff of 2 texts
-
フィールドの概要
クラスから継承されたフィールド com.kazurayam.materialstore.base.reduce.differ.AbstractTextDiffer
NEW_TAG, OLD_TAG, store
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明makeTextDiffContent
(Store store, Material original, Material revised, Charset charset) クラスから継承されたメソッド com.kazurayam.materialstore.base.reduce.differ.AbstractTextDiffer
readAllLines, readMaterial, setCharset, splitStringWithOldNewTags, stuffDiff
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド com.kazurayam.materialstore.base.reduce.differ.Differ
makeNoMaterialFoundMaterial, readImage, stuffDiff, toByteArray
-
コンストラクタの詳細
-
TextDifferToMarkdown
-
-
メソッドの詳細
-
makeTextDiffContent
public TextDiffContent makeTextDiffContent(Store store, Material original, Material revised, Charset charset) throws MaterialstoreException - 定義:
makeTextDiffContent
クラス内AbstractTextDiffer
- 例外:
MaterialstoreException
-