public class DiffToReport extends Object
Modifier and Type | Field and Description |
---|---|
protected DiffResult |
diffResult |
Constructor and Description |
---|
DiffToReport(DiffResult diffResult,
PrintStream out) |
Modifier and Type | Method and Description |
---|---|
StringUtil.StringUtilFormatter |
createFormatter() |
protected boolean |
getIncludeSchema() |
protected String |
getTypeName(Class<? extends DatabaseObject> type) |
protected String |
includeSchemaComparison(String schemaName) |
void |
print() |
protected void |
printChangedComparison(String title,
Map<? extends DatabaseObject,ObjectDifferences> objects,
PrintStream out) |
protected void |
printComparison(String title,
StringDiff string,
PrintStream out) |
protected void |
printSetComparison(String title,
Set<? extends DatabaseObject> objects,
PrintStream out) |
protected DiffResult diffResult
public DiffToReport(DiffResult diffResult, PrintStream out)
public void print() throws DatabaseException
DatabaseException
protected String getTypeName(Class<? extends DatabaseObject> type)
protected boolean getIncludeSchema()
protected void printChangedComparison(String title, Map<? extends DatabaseObject,ObjectDifferences> objects, PrintStream out)
protected void printSetComparison(String title, Set<? extends DatabaseObject> objects, PrintStream out)
protected void printComparison(String title, StringDiff string, PrintStream out)
public StringUtil.StringUtilFormatter createFormatter()
Copyright © 2023 Liquibase.org. All rights reserved.