索引

A B C D E F G H I L M O R S 
すべてのクラスおよびインタフェース|すべてのパッケージ

A

add(int, DiffRowDescriptor) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
add(DiffRowDescriptor) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
addAll(List<DiffRowDescriptor>) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
App - com.kazurayam.sampleのクラス
takes diff of 2 text files to generate a diff report in Markdown, write the result into a file.

B

build() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo.Builder
 
build() - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter.Builder
constructs an instance of @see com.kazurayam.difflib.text.MarkdownReporter
Builder(DiffInfo) - クラスのコンストラクタ com.kazurayam.difflib.text.MarkdownReporter.Builder
Construct the Builder for @see com.kazurayam.difflib.text.MarkdownReporter

C

com.kazurayam.difflib.text - パッケージ com.kazurayam.difflib.text
This module extends the capability of the java-diff-utils library.
com.kazurayam.sample - パッケージ com.kazurayam.sample
 
compact(boolean) - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter.Builder
 
compareTo(DiffRowDescriptor) - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 
compileMarkdownReport() - クラスのメソッド com.kazurayam.difflib.text.Main
 
compileMarkdownReport() - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter
 
compileStats() - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter
 

D

Differ - com.kazurayam.difflib.textのクラス
Compare 2 texts to create a report which shows the diff of the 2 inputs.
diffFiles(File, File) - クラスのstaticメソッド com.kazurayam.difflib.text.Differ
Generates a @see com.kazurayam.difflib.text.DiffInfo object that contains the diff of 2 File objects
diffFiles(Path, Path) - クラスのstaticメソッド com.kazurayam.difflib.text.Differ
Generates a D
DiffInfo - com.kazurayam.difflib.textのクラス
The Data object for a Diff report.
DiffInfo.Builder - com.kazurayam.difflib.textのクラス
 
DiffRowDescriptor - com.kazurayam.difflib.textのクラス
A pointer to a DiffRow entry in a List of DiffRows.
DiffRowDescriptor(int, DiffRow) - クラスのコンストラクタ com.kazurayam.difflib.text.DiffRowDescriptor
 
diffStrings(String, String) - クラスのstaticメソッド com.kazurayam.difflib.text.Differ
 
diffURLs(URL, URL) - クラスのstaticメソッド com.kazurayam.difflib.text.Differ
 
DRDSegment - com.kazurayam.difflib.textのクラス
A segment of consective sequence of @see com.kazurayam.difflib.text.DiffRowDescriptor objects
DRDSegment() - クラスのコンストラクタ com.kazurayam.difflib.text.DRDSegment
 

E

equals(Object) - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 

F

findDiffRowIn(List<DiffRow>) - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 

G

get(int) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getChangedRows() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getCompact() - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter
 
getDeletedRows() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getEqualRows() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getFirst() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getFirstSequence() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getInsertedRows() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getLast() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getLastSequence() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getListDRD() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
getMargin() - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter
 
getPathOriginal() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getPathRevised() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getRows() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
getSequence() - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 
getTag() - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 
getTitle() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 

H

hasDifference() - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 

I

isTaggedEqual() - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 
isTaggedInsertedDeletedChanged() - クラスのメソッド com.kazurayam.difflib.text.DiffRowDescriptor
 

L

LargeInputApp - com.kazurayam.sampleのクラス
takes diff of 2 text files to generate a diff report in Markdown, write the result into a file.
LargeInputApp() - クラスのコンストラクタ com.kazurayam.sample.LargeInputApp
 

M

main(String[]) - クラスのstaticメソッド com.kazurayam.difflib.text.Main
 
main(String[]) - クラスのstaticメソッド com.kazurayam.sample.App
 
main(String[]) - クラスのstaticメソッド com.kazurayam.sample.LargeInputApp
 
Main - com.kazurayam.difflib.textのクラス
Sample code to demonstrate how to use the @see com.kazurayam.difflib.text.Differ and the related classes
Main() - クラスのコンストラクタ com.kazurayam.difflib.text.Main
 
margin(int) - クラスのメソッド com.kazurayam.difflib.text.MarkdownReporter.Builder
number of EQUAL rows in a DRDSegment
MarkdownReporter - com.kazurayam.difflib.textのクラス
Compiles a Diff report in Markdown format
MarkdownReporter.Builder - com.kazurayam.difflib.textのクラス
 
merge(DRDSegment) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 

O

overlapsWith(DRDSegment) - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 

R

ReporterSupport - com.kazurayam.difflib.textのクラス
Implements helper methods called by @see com.kazurayam.difflib.text.MarkdownReporter

S

setOriginal(Path) - クラスのメソッド com.kazurayam.difflib.text.Main
 
setOutput(Path) - クラスのメソッド com.kazurayam.difflib.text.Main
 
setPathOriginal(String) - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
setPathRevised(String) - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
setRevised(Path) - クラスのメソッド com.kazurayam.difflib.text.Main
 
setTitle(String) - クラスのメソッド com.kazurayam.difflib.text.DiffInfo
 
size() - クラスのメソッド com.kazurayam.difflib.text.DRDSegment
 
A B C D E F G H I L M O R S 
すべてのクラスおよびインタフェース|すべてのパッケージ