| 程序包 | 说明 |
|---|---|
| com.github.houbb.diff.api | |
| com.github.houbb.diff.core | |
| com.github.houbb.diff.support.diff | |
| com.github.houbb.diff.support.filter | |
| com.github.houbb.diff.support.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IDiffResult> |
IDiff.diff(IDiffContext context)
对比差异
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
IDiffFilter.filter(IDiffResult result)
是否执行过滤
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IDiffResultHandler.handler(List<IDiffResult> results)
结果处理类
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DiffResult |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IDiffResult> |
SqlInsertDiff.diff(IDiffContext context) |
List<IDiffResult> |
FieldValueDiff.diff(IDiffContext context) |
List<IDiffResult> |
CsvDiff.diff(IDiffContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DiffFilterNone.filter(IDiffResult result) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DiffResultHandlerPrint.handler(List<IDiffResult> results) |
Copyright © 2020. All rights reserved.