クラス TextDifferToMarkdown
- java.lang.Object
-
- com.kazurayam.materialstore.base.reduce.differ.AbstractTextDiffer
-
- com.kazurayam.materialstore.base.reduce.differ.TextDifferToMarkdown
-
- すべての実装されたインタフェース:
Differ
public final class TextDifferToMarkdown extends AbstractTextDiffer implements Differ
uses java-diff-utils on GitHub https://github.com/java-diff-utils/java-diff-utils to make diff of 2 texts
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 TextDifferToMarkdown(Store store)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 TextDiffContent
makeTextDiffContent(Store store, Material original, Material revised, java.nio.charset.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
public TextDifferToMarkdown(Store store)
-
-
メソッドの詳細
-
makeTextDiffContent
public TextDiffContent makeTextDiffContent(Store store, Material original, Material revised, java.nio.charset.Charset charset) throws MaterialstoreException
- 定義:
makeTextDiffContent
クラス内AbstractTextDiffer
- 例外:
MaterialstoreException
-
-