public final class UnifiedDiffFile extends Object
Constructor and Description |
---|
UnifiedDiffFile() |
Modifier and Type | Method and Description |
---|---|
static UnifiedDiffFile |
from(String fromFile,
String toFile,
Patch<String> patch) |
String |
getDiffCommand() |
String |
getFromFile() |
String |
getFromTimestamp() |
String |
getIndex() |
Patch<String> |
getPatch() |
String |
getToFile() |
String |
getToTimestamp() |
void |
setDiffCommand(String diffCommand) |
void |
setFromFile(String fromFile) |
void |
setFromTimestamp(String fromTimestamp) |
void |
setIndex(String index) |
void |
setToFile(String toFile) |
void |
setToTimestamp(String toTimestamp) |
public String getDiffCommand()
public void setDiffCommand(String diffCommand)
public String getFromFile()
public void setFromFile(String fromFile)
public String getToFile()
public void setToFile(String toFile)
public void setIndex(String index)
public String getIndex()
public String getFromTimestamp()
public void setFromTimestamp(String fromTimestamp)
public String getToTimestamp()
public void setToTimestamp(String toTimestamp)
public static UnifiedDiffFile from(String fromFile, String toFile, Patch<String> patch)
Copyright © 2009–2020 java-diff-utils. All rights reserved.