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 |
getDeletedFileMode() |
String |
getDiffCommand() |
String |
getFromFile() |
String |
getFromTimestamp() |
String |
getIndex() |
String |
getNewFileMode() |
Patch<String> |
getPatch() |
String |
getToFile() |
String |
getToTimestamp() |
void |
setDeletedFileMode(String deletedFileMode) |
void |
setDiffCommand(String diffCommand) |
void |
setFromFile(String fromFile) |
void |
setFromTimestamp(String fromTimestamp) |
void |
setIndex(String index) |
void |
setNewFileMode(String newFileMode) |
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)
public void setNewFileMode(String newFileMode)
public String getNewFileMode()
public String getDeletedFileMode()
public void setDeletedFileMode(String deletedFileMode)
Copyright © 2009–2020 java-diff-utils. All rights reserved.